Searched refs:offsindx (Results 1 – 1 of 1) sorted by relevance
931 int32_t offset, offsindx; in TestBreakIteratorTailoring() local935 for (offsindx = 0; (offset = ubrk_next(ubrkiter)) != UBRK_DONE; ++offsindx) { in TestBreakIteratorTailoring()936 if (!foundError && offsindx >= testPtr->numOffsets) { in TestBreakIteratorTailoring()940 } else if (!foundError && offset != testPtr->offsFwd[offsindx]) { in TestBreakIteratorTailoring()942 testPtr->locale, testPtr->type, testPtr->offsFwd[offsindx], offset); in TestBreakIteratorTailoring()946 if (!foundError && offsindx < testPtr->numOffsets) { in TestBreakIteratorTailoring()948 testPtr->locale, testPtr->type, testPtr->offsFwd[offsindx]); in TestBreakIteratorTailoring()952 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) { in TestBreakIteratorTailoring()953 if (!foundError && offsindx >= testPtr->numOffsets) { in TestBreakIteratorTailoring()957 } else if (!foundError && offset != testPtr->offsRev[offsindx]) { in TestBreakIteratorTailoring()[all …]