Home
last modified time | relevance | path

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

/external/lua/src/
Dlutf8lib.c38 #define iscont(p) ((*(p) & 0xC0) == 0x80) macro
193 while (posi > 0 && iscont(s + posi)) posi--; in byteoffset()
196 if (iscont(s + posi)) in byteoffset()
202 } while (posi > 0 && iscont(s + posi)); in byteoffset()
211 } while (iscont(s + posi)); /* (cannot pass final '\0') */ in byteoffset()
232 while (iscont(s + n)) n++; /* and its continuations */ in iter_aux()
/external/one-true-awk/
Dawk.h211 #define iscont(n) ((n)->csub == JCONT) macro
Drun.c207 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()