Lines Matching refs:countToUFallbacks

590 ucm_findFallback(_MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks,  in ucm_findFallback()  argument
594 if(countToUFallbacks==0) { in ucm_findFallback()
600 for(i=0; i<countToUFallbacks; ++i) { in ucm_findFallback()
616 _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, in compactToUnicode2() argument
663 …*pUnicodeCodeUnits)[entry]==0xfffe && ucm_findFallback(toUFallbacks, countToUFallbacks, entry)<0) { in compactToUnicode2()
800 … if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) { in compactToUnicode2()
822 for(i=0; i<countToUFallbacks; ++i) { in compactToUnicode2()
842 _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, in findUnassigned() argument
854 toUFallbacks, countToUFallbacks, in findUnassigned()
869 …if(unicodeCodeUnits[entry]==0xfffe && ucm_findFallback(toUFallbacks, countToUFallbacks, entry)<0) { in findUnassigned()
899 _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks) { in compactToUnicodeHelper() argument
907 toUFallbacks, countToUFallbacks, in compactToUnicodeHelper()
925 _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, in ucm_optimizeStates() argument
947 compactToUnicode2(states, pUnicodeCodeUnits, toUFallbacks, countToUFallbacks, verbose); in ucm_optimizeStates()
950 compactToUnicodeHelper(states, *pUnicodeCodeUnits, toUFallbacks, countToUFallbacks); in ucm_optimizeStates()
961 if(countToUFallbacks>0) { in ucm_optimizeStates()
963 uprv_sortArray(toUFallbacks, countToUFallbacks, in ucm_optimizeStates()