Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dusearch.cpp4443 int32_t targetce; in usearch_handleNextExact() local
4453 targetce = ucol_previous(coleiter, status); in usearch_handleNextExact()
4454 if (U_FAILURE(*status) || targetce == UCOL_NULLORDER) { in usearch_handleNextExact()
4458 targetce = getCE(strsrch, targetce); in usearch_handleNextExact()
4459 if (targetce == UCOL_IGNORABLE && inNormBuf(coleiter)) { in usearch_handleNextExact()
4465 lastce = targetce; in usearch_handleNextExact()
4468 if (targetce == patternce[patternceindex]) { in usearch_handleNextExact()
4482 lastce = targetce; in usearch_handleNextExact()
4483 targetce = ucol_previous(coleiter, status); in usearch_handleNextExact()
4484 if (U_FAILURE(*status) || targetce == UCOL_NULLORDER) { in usearch_handleNextExact()
[all …]