Searched defs:iterCh (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp1469 UChar32 iterCh = collationSource->iterator->next(collationSource->iterator); local
1470 if(iterCh == U_SENTINEL) {
1473 ch = (UChar)iterCh;
1978 UChar32 iterCh = data->iterator->previous(data->iterator); local
1979 if(iterCh == U_SENTINEL) {
1982 ch = (UChar)iterCh;

Completed in 74 milliseconds