Home | History | Annotate | Download | only in cintltst

Lines Matching refs:strIdx

750     int32_t strIdx;
760 for (strIdx = 0; strIdx < langSize;) {
762 U16_NEXT(string, strIdx, langSize, testChar);
771 return strIdx;
963 int32_t strIdx;
970 strIdx = findStringSetMismatch(currLoc, langBuffer, langSize, mergedExemplarSet, FALSE, &badChar);
971 if (strIdx >= 0) {
973 currLoc, strIdx, badChar);
1008 strIdx = findStringSetMismatch(currLoc, fromBundleStr, langSize, mergedExemplarSet, TRUE, &badChar);
1009 if ( strIdx >= 0 ) {
1011 currLoc, idx, strIdx, badChar);
1037 strIdx = findStringSetMismatch(currLoc, fromBundleStr, langSize, mergedExemplarSet, TRUE, &badChar);
1038 if (strIdx >= 0) {
1040 currLoc, idx, strIdx, badChar);