Home | History | Annotate | Download | only in cintltst

Lines Matching refs:offsindx

790             int32_t offset, offsindx;
794 for (offsindx = 0; (offset = ubrk_next(ubrkiter)) != UBRK_DONE; ++offsindx) {
795 if (!foundError && offsindx >= testPtr->numOffsets) {
799 } else if (!foundError && offset != testPtr->offsFwd[offsindx]) {
801 testPtr->locale, testPtr->type, testPtr->offsFwd[offsindx], offset);
805 if (!foundError && offsindx < testPtr->numOffsets) {
807 testPtr->locale, testPtr->type, testPtr->offsFwd[offsindx]);
811 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) {
812 if (!foundError && offsindx >= testPtr->numOffsets) {
816 } else if (!foundError && offset != testPtr->offsRev[offsindx]) {
818 testPtr->locale, testPtr->type, testPtr->offsRev[offsindx], offset);
822 if (!foundError && offsindx < testPtr->numOffsets) {
824 testPtr->locale, testPtr->type, testPtr->offsRev[offsindx]);