Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/uri/src/
H A Duri.cpp36 const char RIGHT_SEPARATOR = '\\'; variable
165 if ((ch == LEFT_SEPARATOR) || (ch == RIGHT_SEPARATOR) || (ch == QUERY_FLAG) || in ParseAuthority()
381 if ((ch == LEFT_SEPARATOR) || (ch == RIGHT_SEPARATOR)) { in ParsePath()