stem_UTF_8_basque.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Function Documentation
◆ basque_UTF_8_close_env()
void basque_UTF_8_close_env
(
struct
SN_env *
z )
◆ basque_UTF_8_create_env()
struct
SN_env * basque_UTF_8_create_env
(
void
)
◆ basque_UTF_8_stem()
int basque_UTF_8_stem
(
struct
SN_env *
z )
Definition at line 1146 of file stem_UTF_8_basque.c.
1146 {
1147
1149 if (ret < 0) return ret;
1150 }
1151 z->
lb = z->
c; z->
c = z->
l;
1152
1153 while(1) {
1154 int m1 = z->
l - z->
c; (void)m1;
1156 if (ret == 0) goto lab0;
1157 if (ret < 0) return ret;
1158 }
1159 continue;
1160 lab0:
1162 break;
1163 }
1164 while(1) {
1165 int m2 = z->
l - z->
c; (void)m2;
1167 if (ret == 0) goto lab1;
1168 if (ret < 0) return ret;
1169 }
1170 continue;
1171 lab1:
1173 break;
1174 }
1175 {
int m3 = z->
l - z->
c; (void)m3;
1177 if (ret < 0) return ret;
1178 }
1180 }
1182 return 1;
1183}
static int r_aditzak(struct SN_env *z)
static int r_adjetiboak(struct SN_env *z)
static int r_izenak(struct SN_env *z)
static int r_mark_regions(struct SN_env *z)
References SN_env::c, SN_env::l, SN_env::lb, r_aditzak(), r_adjetiboak(), r_izenak(), and r_mark_regions().