HomeSort by relevance Sort by last modified time
    Searched refs:iscont (Results 1 - 4 of 4) sorted by null

  /external/lua/src/
lutf8lib.c 25 #define iscont(p) ((*(p) & 0xC0) == 0x80) macro
170 while (posi > 0 && iscont(s + posi)) posi--;
173 if (iscont(s + posi))
179 } while (posi > 0 && iscont(s + posi));
188 } while (iscont(s + posi)); /* (cannot pass final '\0') */
209 while (iscont(s + n)) n++; /* and its continuations */
216 if (next == NULL || iscont(next))
  /external/one-true-awk/
awk.h 195 #define iscont(n) ((n)->csub == JCONT) macro
run.c 203 if (isbreak(x) || isnext(x) || iscont(x))
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 163 static int inzsub(char ** fields, int nfields, int iscont);
1188 inzsub(register char **const fields, const int nfields, const int iscont)
1197 if (iscont) {
1243 if (iscont && nzones > 0 &&
    [all...]

Completed in 216 milliseconds