Home | History | Annotate | Download | only in cintltst

Lines Matching refs:strIdx

808     int32_t strIdx;
815 for (strIdx = 0; strIdx < langSize; strIdx++) {
816 if (!uset_contains(exemplarSet, string[strIdx])
817 && string[strIdx] != 0x0020 && string[strIdx] != 0x00A0 && string[strIdx] != 0x002e && string[strIdx] != 0x002c && string[strIdx] != 0x002d && string[strIdx] != 0x0027 && string[strIdx] != 0x2019 && string[strIdx] != 0x0f0b
818 && string[strIdx] != 0x200C && string[strIdx] != 0x200D) {
819 if (!ignoreNumbers || (ignoreNumbers && (string[strIdx] < 0x30 || string[strIdx] > 0x39))) {
822 *badCharPtr = string[strIdx];
824 return strIdx;
995 int32_t strIdx;
1002 strIdx = findStringSetMismatch(currLoc, langBuffer, langSize, exemplarCharacters, exemplarLen, FALSE, &badChar);
1003 if (strIdx >= 0) {
1005 currLoc, strIdx, badChar);
1013 strIdx = findStringSetMismatch(currLoc, langBuffer, langSize, exemplarCharacters, exemplarLen, FALSE, &badChar);
1014 if (strIdx >= 0) {
1016 currLoc, strIdx, badChar);
1043 strIdx = findStringSetMismatch(currLoc, fromBundleStr, langSize, exemplarCharacters, exemplarLen, TRUE, &badChar);
1044 if (strIdx >= 0) {
1046 currLoc, idx, strIdx, badChar);
1072 strIdx = findStringSetMismatch(currLoc, fromBundleStr, langSize, exemplarCharacters, exemplarLen, TRUE, &badChar);
1073 if (strIdx >= 0) {
1075 currLoc, idx, strIdx, badChar);