Home
last modified time | relevance | path

Searched refs:IS_UNRESERVED (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
Duri.c89 #define IS_UNRESERVED(x) (IS_ALPHANUM(x) || IS_MARK(x)) macro
1062 if (IS_RESERVED(*(p)) || IS_UNRESERVED(*(p))) in xmlSaveUri()
1102 if ((IS_UNRESERVED(*(p))) || in xmlSaveUri()
1190 if ((IS_UNRESERVED(*(p))) || in xmlSaveUri()
1258 if ((IS_UNRESERVED(*(p))) || ((*(p) == '/')) || in xmlSaveUri()
1330 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p)))) in xmlSaveUri()
1370 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p)))) in xmlSaveUri()
1780 if ((ch != '@') && (!IS_UNRESERVED(ch)) && (!xmlStrchr(list, ch))) { in xmlURIEscapeStr()
/external/libxml2/
Duri.c120 #define IS_UNRESERVED(x) (IS_ALPHANUM(x) || IS_MARK(x)) macro
1098 if (IS_RESERVED(*(p)) || IS_UNRESERVED(*(p))) in xmlSaveUri()
1125 if ((IS_UNRESERVED(*(p))) || in xmlSaveUri()
1178 if ((IS_UNRESERVED(*(p))) || in xmlSaveUri()
1227 if ((IS_UNRESERVED(*(p))) || ((*(p) == '/')) || in xmlSaveUri()
1271 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p)))) in xmlSaveUri()
1297 if ((IS_UNRESERVED(*(p))) || (IS_RESERVED(*(p)))) in xmlSaveUri()
1701 if ((ch != '@') && (!IS_UNRESERVED(ch)) && (!xmlStrchr(list, ch))) { in xmlURIEscapeStr()