Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/uri/src/
H A Duri.cpp41 const size_t POS_INC_MORE = 2; variable
157 if ((length > (ssi + POS_INC_MORE)) && (uriString_.at(ssi + POS_INC) == LEFT_SEPARATOR) && in ParseAuthority()
158 (uriString_.at(ssi + POS_INC_MORE) == LEFT_SEPARATOR)) { in ParseAuthority()
373 pathStart += POS_INC_MORE; in ParsePath()