HomeSort by relevance Sort by last modified time
    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 1436 milliseconds