Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol.cpp1449 UChar32 iterCh = collationSource->iterator->next(collationSource->iterator); in ucol_IGetNextCE() local
1450 if(iterCh == U_SENTINEL) { in ucol_IGetNextCE()
1453 ch = (UChar)iterCh; in ucol_IGetNextCE()
1823 UChar32 iterCh = data->iterator->previous(data->iterator); in ucol_IGetPrevCE() local
1824 if(iterCh == U_SENTINEL) { in ucol_IGetPrevCE()
1827 ch = (UChar)iterCh; in ucol_IGetPrevCE()