Home
last modified time | relevance | path

Searched refs:offsindx (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dcbiapts.c931 int32_t offset, offsindx; in TestBreakIteratorTailoring() local
935 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 …]