Searched refs:iGroupLen (Results 1 – 1 of 1) sorted by relevance
1139 int32_t iGroupLen = wsGroupSymbol.GetLength(); in ParseNum() local1316 cc -= iGroupLen - 1; in ParseNum()1318 wcsncmp(spSrcNum.data() + cc, wsGroupSymbol.c_str(), iGroupLen) == in ParseNum()1322 cc += iGroupLen - 1; in ParseNum()1499 if (cc + iGroupLen <= spSrcNum.size() && in ParseNum()1500 wcsncmp(spSrcNum.data() + cc, wsGroupSymbol.c_str(), iGroupLen) == in ParseNum()1502 cc += iGroupLen; in ParseNum()