Home | History | Annotate | Download | only in crt

Lines Matching refs:iGroupLen

1159   int32_t iGroupLen = wsGroupSymbol.GetLength();
1324 cc -= iGroupLen - 1;
1326 wcsncmp(str + cc, wsGroupSymbol.c_str(), iGroupLen) == 0) {
1329 cc += iGroupLen - 1;
1501 if (cc + iGroupLen <= len &&
1502 wcsncmp(str + cc, wsGroupSymbol.c_str(), iGroupLen) == 0) {
1503 cc += iGroupLen;