Searched refs:charBreakIterator (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dssearch.cpp1185 UBreakIterator *charBreakIterator = ubrk_open(UBRK_CHARACTER, ucol_getLocaleByType(coll, ULOC_VALID_LOCALE, &status), local
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);

Completed in 165 milliseconds