HomeSort by relevance Sort by last modified time
    Searched refs:IS_MARK (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/
uri.c 63 #define IS_MARK(x) (((x) == '-') || ((x) == '_') || ((x) == '.') || \
89 #define IS_UNRESERVED(x) (IS_ALPHANUM(x) || IS_MARK(x))
    [all...]
  /external/libxml2/
uri.c 94 #define IS_MARK(x) (((x) == '-') || ((x) == '_') || ((x) == '.') || \
120 #define IS_UNRESERVED(x) (IS_ALPHANUM(x) || IS_MARK(x))
    [all...]

Completed in 7993 milliseconds