Home
last modified time | relevance | path

Searched refs:IS_NMSTRT_CHAR (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dxmltok.c272 #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 Dxmltok_impl.c102 if (IS_INVALID_CHAR(enc, ptr, n) || ! IS_NMSTRT_CHAR(enc, ptr, n)) { \
1151 if (IS_NMSTRT_CHAR(enc, ptr, n)) { \ in PREFIX()