Home
last modified time | relevance | path

Searched refs:iteaor (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/ets_utils/js_api_module/url/
H A Dnative_module_url.cpp738 static void IsEqualSign(size_t &strLastPos, const size_t &iteaor, in IsEqualSign() argument
741 if (strLastPos < iteaor) { in IsEqualSign()
742 buf += stringParm.substr(strLastPos, iteaor - strLastPos); in IsEqualSign()
746 strLastPos = iteaor + 1; in IsEqualSign()
750 static void IsAddressSign(const size_t &strLastPos, const size_t &iteaor, std::string &buf, in IsAddressSign() argument
753 if (strLastPos < iteaor) { in IsAddressSign()
754 buf += stringParm.substr(strLastPos, iteaor - strLastPos); in IsAddressSign()
759 static void DealParmsString(const size_t &strLastPos, const size_t &iteaor, std::string &buf, in DealParmsString() argument
762 if (strLastPos < iteaor) { in DealParmsString()
763 buf += stringParm.substr(strLastPos, iteaor in DealParmsString()
767 IsEqualCode(size_t &strStartPos, const size_t &iteaor, size_t &strLastPos) IsEqualCode() argument
782 size_t iteaor = 0; StringParsing() local
[all...]

Completed in 3 milliseconds