Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmltok.c271 #define IS_NMSTRT_CHAR(enc, p, n) \ macro
310 #undef IS_NMSTRT_CHAR
696 #define IS_NMSTRT_CHAR(enc, p, n) (0)
709 #undef IS_NMSTRT_CHAR
837 #define IS_NMSTRT_CHAR(enc, p, n) (0) macro
850 #undef IS_NMSTRT_CHAR
Dxmltok_impl.c65 if (!IS_NMSTRT_CHAR(enc, ptr, n)) { \
1100 if (IS_NMSTRT_CHAR(enc, ptr, n)) { \ in PREFIX()
/external/expat/lib/
Dxmltok.c282 #define IS_NMSTRT_CHAR(enc, p, n) \ macro
321 #undef IS_NMSTRT_CHAR
791 #define IS_NMSTRT_CHAR(enc, p, n) (0)
804 #undef IS_NMSTRT_CHAR
932 #define IS_NMSTRT_CHAR(enc, p, n) (0) macro
945 #undef IS_NMSTRT_CHAR
Dxmltok_impl.c65 if (!IS_NMSTRT_CHAR(enc, ptr, n)) { \
1093 if (IS_NMSTRT_CHAR(enc, ptr, n)) { \ in PREFIX()