Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Dnative_module_url.cpp737 static void IsEqualSign(size_t &strLastPos, const size_t &iteaor, in IsEqualSign() argument
740 if (strLastPos < iteaor) { in IsEqualSign()
741 buf += stringParm.substr(strLastPos, iteaor - strLastPos); in IsEqualSign()
745 strLastPos = iteaor + 1; in IsEqualSign()
752 if (strLastPos < iteaor) { in IsAddressSign()
753 buf += stringParm.substr(strLastPos, iteaor - strLastPos); in IsAddressSign()
761 if (strLastPos < iteaor) { in DealParmsString()
762 buf += stringParm.substr(strLastPos, iteaor - strLastPos); in DealParmsString()
769 strLastPos = iteaor + 1; in IsEqualCode()
778 size_t strLastPos = 0; in StringParsing() local
[all …]