Home
last modified time | relevance | path

Searched refs:nextce (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dusearch.cpp645 int32_t nextce = ucol_next(coleiter, &status); in isBreakUnit() local
647 && getCE(strsrch, nextce) == UCOL_IGNORABLE) { in isBreakUnit()
648 nextce = ucol_next(coleiter, &status); in isBreakUnit()
651 && nextce != UCOL_NULLORDER) { in isBreakUnit()