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

/external/icu/icu4c/source/tools/toolutil/
H A Ducmstate.c590 ucm_findFallback(_MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, function
663 if((*pUnicodeCodeUnits)[entry]==0xfffe && ucm_findFallback(toUFallbacks, countToUFallbacks, entry)<0) {
800 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) {
869 if(unicodeCodeUnits[entry]==0xfffe && ucm_findFallback(toUFallbacks, countToUFallbacks, entry)<0) {

Completed in 87 milliseconds