Home | History | Annotate | Download | only in intltest

Lines Matching refs:charBreakIterator

1185     UBreakIterator *charBreakIterator = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(coll, ULOC_VALID_LOCALE, &status),
1191 ubrk_close(charBreakIterator);
1213 if (! ubrk_isBoundary(charBreakIterator, start)) {
1238 if (minLimit == targetOrders.getHighOffset(i + patternSize - 1) && ubrk_isBoundary(charBreakIterator, minLimit)) {
1241 int32_t nba = ubrk_following(charBreakIterator, minLimit);
1253 if (! ubrk_isBoundary(charBreakIterator, mend)) {
1260 ubrk_close(charBreakIterator);
1265 ubrk_close(charBreakIterator);