Lines Matching defs:strIdx
740 int32_t strIdx;
747 for (strIdx = 0; strIdx < langSize; strIdx++) {
748 if (!uset_contains(exemplarSet, string[strIdx])
749 && 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
750 && string[strIdx] != 0x200C && string[strIdx] != 0x200D) {
751 if (!ignoreNumbers || (ignoreNumbers && (string[strIdx] < 0x30 || string[strIdx] > 0x39))) {
754 *badCharPtr = string[strIdx];
756 return strIdx;
926 int32_t strIdx;
933 strIdx = findStringSetMismatch(currLoc, langBuffer, langSize, exemplarCharacters, exemplarLen, FALSE, &badChar);
934 if (strIdx >= 0) {
936 currLoc, strIdx, badChar);
944 strIdx = findStringSetMismatch(currLoc, langBuffer, langSize, exemplarCharacters, exemplarLen, FALSE, &badChar);
945 if (strIdx >= 0) {
947 currLoc, strIdx, badChar);
975 strIdx = findStringSetMismatch(currLoc, fromBundleStr, langSize, exemplarCharacters, exemplarLen, TRUE, &badChar);
976 if (strIdx >= 0) {
978 currLoc, idx, strIdx, badChar);
1006 strIdx = findStringSetMismatch(currLoc, fromBundleStr, langSize, exemplarCharacters, exemplarLen, TRUE, &badChar);
1007 if (strIdx >= 0) {
1009 currLoc, idx, strIdx, badChar);