Home
last modified time | relevance | path

Searched refs:iscont (Results 1 – 4 of 4) sorted by relevance

/external/lua/src/
Dlutf8lib.c25 #define iscont(p) ((*(p) & 0xC0) == 0x80) macro
170 while (posi > 0 && iscont(s + posi)) posi--; in byteoffset()
173 if (iscont(s + posi)) in byteoffset()
179 } while (posi > 0 && iscont(s + posi)); in byteoffset()
188 } while (iscont(s + posi)); /* (cannot pass final '\0') */ in byteoffset()
209 while (iscont(s + n)) n++; /* and its continuations */ in iter_aux()
216 if (next == NULL || iscont(next)) in iter_aux()
/external/one-true-awk/
Dawk.h195 #define iscont(n) ((n)->csub == JCONT) macro
Drun.c203 if (isbreak(x) || isnext(x) || iscont(x)) in program()
/external/icu/icu4c/source/tools/tzcode/
Dzic.c163 static int inzsub(char ** fields, int nfields, int iscont);
1188 inzsub(register char **const fields, const int nfields, const int iscont) in inzsub() argument
1197 if (iscont) { in inzsub()
1243 if (iscont && nzones > 0 && in inzsub()