HomeSort by relevance Sort by last modified time
    Searched defs:iscont (Results 1 - 2 of 2) 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

Completed in 254 milliseconds