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

  /external/chromium_org/third_party/libxml/src/
uri.c 89 #define IS_UNRESERVED(x) (IS_ALPHANUM(x) || IS_MARK(x))
1062 if (IS_RESERVED(*(p)) || IS_UNRESERVED(*(p)))
1102 if ((IS_UNRESERVED(*(p))) ||
1190 if ((IS_UNRESERVED(*(p))) ||
1258 if ((IS_UNRESERVED(*(p))) || ((*(p) == '/')) ||
1330 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p))))
    [all...]
  /external/libxml2/
uri.c 89 #define IS_UNRESERVED(x) (IS_ALPHANUM(x) || IS_MARK(x))
1062 if (IS_RESERVED(*(p)) || IS_UNRESERVED(*(p)))
1102 if ((IS_UNRESERVED(*(p))) ||
1190 if ((IS_UNRESERVED(*(p))) ||
1258 if ((IS_UNRESERVED(*(p))) || ((*(p) == '/')) ||
1330 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p))))
    [all...]

Completed in 971 milliseconds