OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_IDEOGRAPHIC
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
parserInternals.h
213
*
IS_IDEOGRAPHIC
:
221
#define
IS_IDEOGRAPHIC
(c) xmlIsIdeographicQ(c)
232
#define IS_LETTER(c) (IS_BASECHAR(c) ||
IS_IDEOGRAPHIC
(c))
/external/libxml2/
parserInternals.c
226
return(IS_BASECHAR(c) ||
IS_IDEOGRAPHIC
(c));
[
all
...]
Completed in 530 milliseconds