Searched refs:iGroupLen (Results 1 – 1 of 1) sorted by relevance
1159 int32_t iGroupLen = wsGroupSymbol.GetLength(); in ParseNum() local1324 cc -= iGroupLen - 1; in ParseNum()1326 wcsncmp(str + cc, wsGroupSymbol.c_str(), iGroupLen) == 0) { in ParseNum()1329 cc += iGroupLen - 1; in ParseNum()1501 if (cc + iGroupLen <= len && in ParseNum()1502 wcsncmp(str + cc, wsGroupSymbol.c_str(), iGroupLen) == 0) { in ParseNum()1503 cc += iGroupLen; in ParseNum()