Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/uri/src/
H A Duri.cpp222 size_t userInfoSeparator = authority.find_last_of(USER_HOST_SEPARATOR); in ParseHost() local
223 size_t start = (userInfoSeparator == NOT_FOUND) ? 0 : (userInfoSeparator + 1); in ParseHost()
255 size_t userInfoSeparator = authority.find_last_of(USER_HOST_SEPARATOR); in ParsePort() local
256 size_t start = (userInfoSeparator == NOT_FOUND) ? 0 : (userInfoSeparator + 1); in ParsePort()