Searched refs:IS_NMSTRT_CHAR (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/expat/lib/ |
H A D | xmltok.c | 272 #define IS_NMSTRT_CHAR(enc, p, n) (AS_NORMAL_ENCODING(enc)->isNmstrt##n(enc, p)) macro 316 #undef IS_NMSTRT_CHAR 792 # define IS_NMSTRT_CHAR(enc, p, n) (0) 805 # undef IS_NMSTRT_CHAR 925 # define IS_NMSTRT_CHAR(enc, p, n) (0) macro 938 # undef IS_NMSTRT_CHAR
|
H A D | xmltok_impl.c | 102 if (IS_INVALID_CHAR(enc, ptr, n) || ! IS_NMSTRT_CHAR(enc, ptr, n)) { \ 1151 if (IS_NMSTRT_CHAR(enc, ptr, n)) { \ in PREFIX()
|