Home | History | Annotate | Download | only in cintltst

Lines Matching defs:strIdx

746     int32_t strIdx;
756 for (strIdx = 0; strIdx < langSize; strIdx++) {
757 if (!uset_contains(exemplarSet, string[strIdx])
758 && 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
759 && string[strIdx] != 0x200C && string[strIdx] != 0x200D) {
760 if (!ignoreNumbers || (ignoreNumbers && (string[strIdx] < 0x30 || string[strIdx] > 0x39))) {
763 *badCharPtr = string[strIdx];
765 return strIdx;
957 int32_t strIdx;
964 strIdx = findStringSetMismatch(currLoc, langBuffer, langSize, mergedExemplarSet, FALSE, &badChar);
965 if (strIdx >= 0) {
967 currLoc, strIdx, badChar);
1002 strIdx = findStringSetMismatch(currLoc, fromBundleStr, langSize, mergedExemplarSet, TRUE, &badChar);
1003 if ( strIdx >= 0 ) {
1005 currLoc, idx, strIdx, badChar);
1031 strIdx = findStringSetMismatch(currLoc, fromBundleStr, langSize, mergedExemplarSet, TRUE, &badChar);
1032 if (strIdx >= 0) {
1034 currLoc, idx, strIdx, badChar);