Searched refs:strLastPos (Results 1 - 1 of 1) sorted by relevance
/commonlibrary/ets_utils/js_api_module/url/ |
H A D | native_module_url.cpp | 738 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, cons in IsAddressSign() argument 767 IsEqualCode(size_t &strStartPos, const size_t &iteaor, size_t &strLastPos) IsEqualCode() argument 779 size_t strLastPos = 0; StringParsing() local [all...] |
Completed in 2 milliseconds