Home
last modified time | relevance | path

Searched defs:iscont (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlutf8lib.c38 #define iscont(p) ((*(p) & 0xC0) == 0x80) macro
/external/one-true-awk/
Dawk.h211 #define iscont(n) ((n)->csub == JCONT) macro
/external/icu/icu4c/source/tools/tzcode/
Dzic.c1188 inzsub(register char **const fields, const int nfields, const int iscont) in inzsub()