Searched refs:ubrkiter (Results 1 – 1 of 1) sorted by relevance
928 … UBreakIterator* ubrkiter = ubrk_open(testPtr->type, testPtr->locale, testPtr->test, -1, &status); in TestBreakIteratorTailoring() local934 for (offsindx = 0; (offset = ubrk_next(ubrkiter)) != UBRK_DONE; ++offsindx) { in TestBreakIteratorTailoring()951 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) { in TestBreakIteratorTailoring()967 ubrk_close(ubrkiter); in TestBreakIteratorTailoring()