Searched refs:strLastPos (Results 1 – 1 of 1) sorted by relevance
737 static void IsEqualSign(size_t &strLastPos, const size_t &iteaor, in IsEqualSign() argument740 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 …]