Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/uri/src/
H A Duri.cpp37 const char QUERY_FLAG = '?'; variable
165 if ((ch == LEFT_SEPARATOR) || (ch == RIGHT_SEPARATOR) || (ch == QUERY_FLAG) || in ParseAuthority()
287 size_t qsi = uriString_.find_first_of(QUERY_FLAG, ssi); in ParseQuery()
377 if ((ch == QUERY_FLAG) || (ch == SCHEME_FRAGMENT)) { in ParsePath()
393 if ((ch == QUERY_FLAG) || (ch == SCHEME_FRAGMENT)) { in ParsePath()