OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IS_LETTER
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/include/libxml/
parserInternals.h
191
*
IS_LETTER
:
199
#define
IS_LETTER
(c) (IS_BASECHAR(c) || IS_IDEOGRAPHIC(c))
205
* Macro behaves like
IS_LETTER
, but only check base chars
/external/libxml2/include/libxml/
parserInternals.h
191
*
IS_LETTER
:
199
#define
IS_LETTER
(c) (IS_BASECHAR(c) || IS_IDEOGRAPHIC(c))
205
* Macro behaves like
IS_LETTER
, but only check base chars
Completed in 51 milliseconds