Searched refs:iGroupLen (Results 1 – 1 of 1) sorted by relevance
739 int32_t iGroupLen = wsGroupSymbol.GetLength(); in ParseNum() local945 cc -= iGroupLen - 1; in ParseNum()947 FXSYS_wcsncmp(str + cc, wsGroupSymbol.c_str(), iGroupLen) == in ParseNum()951 cc += iGroupLen - 1; in ParseNum()1163 cc -= iGroupLen - 1; in ParseNum()1165 FXSYS_wcsncmp(str + cc, wsGroupSymbol.c_str(), iGroupLen) == 0) { in ParseNum()1168 cc += iGroupLen - 1; in ParseNum()1378 if (cc + iGroupLen <= len && in ParseNum()1379 FXSYS_wcsncmp(str + cc, wsGroupSymbol.c_str(), iGroupLen) == 0) { in ParseNum()1380 cc += iGroupLen; in ParseNum()[all …]