Go to the source code of this file.
◆ english_UTF_8_close_env()
void english_UTF_8_close_env |
( |
struct SN_env * |
z | ) |
|
◆ english_UTF_8_create_env()
struct SN_env* english_UTF_8_create_env |
( |
void |
| ) |
|
◆ english_UTF_8_stem()
int english_UTF_8_stem |
( |
struct SN_env * |
z | ) |
|
Definition at line 976 of file stem_UTF_8_english.c.
979 if (ret == 0)
goto lab1;
980 if (ret < 0)
return ret;
987 if (ret < 0)
goto lab3;
999 if (ret < 0)
return ret;
1003 if (ret < 0)
return ret;
1005 z->
lb = z->
c; z->
c = z->
l;
1007 {
int m3 = z->
l - z->
c; (void)m3;
1009 if (ret < 0)
return ret;
1013 {
int m4 = z->
l - z->
c; (void)m4;
1015 if (ret == 0)
goto lab5;
1016 if (ret < 0)
return ret;
1021 {
int m5 = z->
l - z->
c; (void)m5;
1023 if (ret < 0)
return ret;
1027 {
int m6 = z->
l - z->
c; (void)m6;
1029 if (ret < 0)
return ret;
1033 {
int m7 = z->
l - z->
c; (void)m7;
1035 if (ret < 0)
return ret;
1039 {
int m8 = z->
l - z->
c; (void)m8;
1041 if (ret < 0)
return ret;
1045 {
int m9 = z->
l - z->
c; (void)m9;
1047 if (ret < 0)
return ret;
1051 {
int m10 = z->
l - z->
c; (void)m10;
1053 if (ret < 0)
return ret;
1062 if (ret < 0)
return ret;
static int r_Step_3(struct SN_env *z)
static int r_Step_5(struct SN_env *z)
static int r_exception1(struct SN_env *z)
static int r_Step_1c(struct SN_env *z)
static int r_postlude(struct SN_env *z)
static int r_prelude(struct SN_env *z)
static int r_exception2(struct SN_env *z)
static int r_Step_1a(struct SN_env *z)
static int r_mark_regions(struct SN_env *z)
static int r_Step_4(struct SN_env *z)
static int r_Step_2(struct SN_env *z)
static int r_Step_1b(struct SN_env *z)
int skip_utf8(const symbol *p, int c, int limit, int n)
References SN_env::c, SN_env::l, SN_env::lb, SN_env::p, r_exception1(), r_exception2(), r_mark_regions(), r_postlude(), r_prelude(), r_Step_1a(), r_Step_1b(), r_Step_1c(), r_Step_2(), r_Step_3(), r_Step_4(), r_Step_5(), and skip_utf8().