Searched refs:UBRK_DONE (Results 1 – 13 of 13) sorted by relevance
64 if (pos == UBRK_DONE) { in Advance()73 if (pos == UBRK_DONE) { in Advance()79 if (pos == UBRK_DONE && prev_ == pos_) { in Advance()
36 for (end = ubrk_next(boundary); end != UBRK_DONE; start = end, end = in printEachForward()47 for (start = ubrk_previous(boundary); start != UBRK_DONE; end = start, in printEachBackward()
214 #define UBRK_DONE ((int32_t) -1) macro
114 #define UBRK_DONE ((int32_t) -1) macro
97 …for(boundary = bi->next(); boundary != UBRK_DONE && boundary < offsets.limit; boundary = bi->next(… in handleTransliterate()
705 TEST_ASSERT(pos == UBRK_DONE); in TestBreakIteratorUText()786 for (offsindx = 0; (offset = ubrk_next(ubrkiter)) != UBRK_DONE; ++offsindx) { in TestBreakIteratorTailoring()803 for (offsindx = 0; (offset = ubrk_previous(ubrkiter)) != UBRK_DONE; ++offsindx) { in TestBreakIteratorTailoring()
331 TEST_ASSERT(pos==UBRK_DONE); in TestGetSetAdoptText()355 TEST_ASSERT(pos==UBRK_DONE); in TestGetSetAdoptText()1110 while (rb2->next() != UBRK_DONE) { in TestCreateFromRBBIData()
309 if(idx==UBRK_DONE || idx>srcLength) { in _toTitle()
244 if(idx==UBRK_DONE || idx>srcLength) { in _toTitle()
626 if (lastResult == UBRK_DONE) { in previous()
18556 UBRK_DONE (-1) from ubrk_following, and that -1 is used without question as return result of18557 nextOffset(). Fixed by checking for UBRK_DONE and returning offset+1 in that case. Similar18576 Check for UBRK_DONE.
134123 if( iEnd==UBRK_DONE ){
134094 if( iEnd==UBRK_DONE ){