OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlIsPubidCharQ
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libxml/src/include/libxml/
chvalid.h
202
*
xmlIsPubidCharQ
:
207
#define
xmlIsPubidCharQ
(c) (((c) < 0x100) ? \
parserInternals.h
238
#define IS_PUBIDCHAR(c)
xmlIsPubidCharQ
(c)
/external/libxml2/include/libxml/
chvalid.h
202
*
xmlIsPubidCharQ
:
207
#define
xmlIsPubidCharQ
(c) (((c) < 0x100) ? \
parserInternals.h
238
#define IS_PUBIDCHAR(c)
xmlIsPubidCharQ
(c)
/external/chromium_org/third_party/libxml/src/
chvalid.c
326
* Use xmlIsPubidChar_ch or
xmlIsPubidCharQ
instead
332
return(
xmlIsPubidCharQ
(ch));
/external/libxml2/
chvalid.c
326
* Use xmlIsPubidChar_ch or
xmlIsPubidCharQ
instead
332
return(
xmlIsPubidCharQ
(ch));
Completed in 400 milliseconds