OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_UPALPHA
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
uri.c
27
#define IS_ALPHA(x) (IS_LOWALPHA(x) ||
IS_UPALPHA
(x))
43
#define
IS_UPALPHA
(x) (((x) >= 'A') && ((x) <= 'Z'))
[
all
...]
/external/libxml2/
uri.c
58
#define IS_ALPHA(x) (IS_LOWALPHA(x) ||
IS_UPALPHA
(x))
74
#define
IS_UPALPHA
(x) (((x) >= 'A') && ((x) <= 'Z'))
[
all
...]
Completed in 393 milliseconds