Home | History | Annotate | Download | only in cintltst

Lines Matching refs:strIdx

749     int32_t strIdx;
759 for (strIdx = 0; strIdx < langSize; strIdx++) {
760 if (!uset_contains(exemplarSet, string[strIdx])
761 && string[strIdx] != 0x0020 && string[strIdx] != 0x00A0 && string[strIdx] != 0x002e && string[strIdx] != 0x002c && string[strIdx] != 0x002d && string[strIdx] != 0x0027 && string[strIdx] != 0x005B && string[strIdx] != 0x005D && string[strIdx] != 0x2019 && string[strIdx] != 0x0f0b
762 && string[strIdx] != 0x200C && string[strIdx] != 0x200D) {
763 if (!ignoreNumbers || (ignoreNumbers && (string[strIdx] < 0x30 || string[strIdx] > 0x39))) {
766 *badCharPtr = string[strIdx];
768 return strIdx;
960 int32_t strIdx;
967 strIdx = findStringSetMismatch(currLoc, langBuffer, langSize, mergedExemplarSet, FALSE, &badChar);
968 if (strIdx >= 0) {
970 currLoc, strIdx, badChar);
1001 strIdx = findStringSetMismatch(currLoc, fromBundleStr, langSize, mergedExemplarSet, TRUE, &badChar);
1002 if (strIdx >= 0) {
1004 currLoc, idx, strIdx, badChar);
1030 strIdx = findStringSetMismatch(currLoc, fromBundleStr, langSize, mergedExemplarSet, TRUE, &badChar);
1031 if (strIdx >= 0) {
1033 currLoc, idx, strIdx, badChar);