Searched refs:iGroupLen (Results 1 – 1 of 1) sorted by relevance
1171 size_t iGroupLen = wsGroupSymbol.GetLength(); in ParseNum() local1347 cc -= iGroupLen - 1; in ParseNum()1349 wcsncmp(spSrcNum.data() + cc, wsGroupSymbol.c_str(), iGroupLen) == in ParseNum()1353 cc += iGroupLen - 1; in ParseNum()1530 if (cc + iGroupLen <= spSrcNum.size() && in ParseNum()1531 wcsncmp(spSrcNum.data() + cc, wsGroupSymbol.c_str(), iGroupLen) == in ParseNum()1533 cc += iGroupLen; in ParseNum()