OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlIsBaseCharQ
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libxml/src/include/libxml/
chvalid.h
71
*
xmlIsBaseCharQ
:
76
#define
xmlIsBaseCharQ
(c) (((c) < 0x100) ? \
parserInternals.h
120
#define IS_BASECHAR(c)
xmlIsBaseCharQ
(c)
/external/libxml2/include/libxml/
chvalid.h
71
*
xmlIsBaseCharQ
:
76
#define
xmlIsBaseCharQ
(c) (((c) < 0x100) ? \
parserInternals.h
120
#define IS_BASECHAR(c)
xmlIsBaseCharQ
(c)
/external/chromium_org/third_party/libxml/src/
chvalid.c
221
* Use xmlIsBaseChar_ch or
xmlIsBaseCharQ
instead
227
return(
xmlIsBaseCharQ
(ch));
/external/libxml2/
chvalid.c
221
* Use xmlIsBaseChar_ch or
xmlIsBaseCharQ
instead
227
return(
xmlIsBaseCharQ
(ch));
Completed in 28 milliseconds