OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_NAME_CHAR
(Results
1 - 2
of
2
) sorted by null
/external/expat/lib/
xmltok.c
269
#define
IS_NAME_CHAR
(enc, p, n) \
308
#undef
IS_NAME_CHAR
694
#define
IS_NAME_CHAR
(enc, p, n) 0
707
#undef
IS_NAME_CHAR
835
#define
IS_NAME_CHAR
(enc, p, n) 0
848
#undef
IS_NAME_CHAR
[
all
...]
xmltok_impl.c
37
if (!
IS_NAME_CHAR
(enc, ptr, n)) { \
1105
if (
IS_NAME_CHAR
(enc, ptr, n)) { \
[
all
...]
Completed in 25 milliseconds