Searched refs:toUFallbacks (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Ducmstate.c590 ucm_findFallback(_MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, argument
601 if(offset==toUFallbacks[i].offset) {
616 _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks,
663 if((*pUnicodeCodeUnits)[entry]==0xfffe && ucm_findFallback(toUFallbacks, countToUFallbacks, entry)<0) {
800 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) {
801 toUFallbacks[fallback].offset=0x80000000|offset;
823 toUFallbacks[i].offset&=0x7fffffff;
842 _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks,
854 toUFallbacks, countToUFallbacks,
869 if(unicodeCodeUnits[entry]==0xfffe && ucm_findFallback(toUFallbacks, countToUFallback
614 compactToUnicode2(UCMStates *states, uint16_t **pUnicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, UBool verbose) argument
840 findUnassigned(UCMStates *states, uint16_t *unicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, int32_t state, int32_t offset, uint32_t b) argument
897 compactToUnicodeHelper(UCMStates *states, uint16_t *unicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks) argument
923 ucm_optimizeStates(UCMStates *states, uint16_t **pUnicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, UBool verbose) argument
[all...]
H A Ducm.h269 _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks,
274 ucm_findFallback(_MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks,
/macosx-10.10/ICU-531.30/icuSources/tools/makeconv/
H A Dgenmbcs.cpp39 _MBCSToUFallback toUFallbacks[MBCS_MAX_FALLBACK_COUNT]; member in struct:MBCSData
317 int32_t i=ucm_findFallback(mbcsData->toUFallbacks, mbcsData->countToUFallbacks, offset);
320 mbcsData->toUFallbacks[i].codePoint=c;
329 mbcsData->toUFallbacks[i].offset=offset;
330 mbcsData->toUFallbacks[i].codePoint=c;
340 int32_t i=ucm_findFallback(mbcsData->toUFallbacks, mbcsData->countToUFallbacks, offset);
342 _MBCSToUFallback *toUFallbacks; local
345 toUFallbacks=mbcsData->toUFallbacks;
347 old=(int32_t)toUFallbacks[
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducnvmbcs.h185 * } toUFallbacks[countToUFallbacks];
376 const _MBCSToUFallback *toUFallbacks; member in struct:UConverterMBCSTable
H A Ducnvmbcs.c1628 mbcsTable->toUFallbacks=(const _MBCSToUFallback *)(mbcsTable->stateTable+header->countStates);
1857 const _MBCSToUFallback *toUFallbacks; local
1863 toUFallbacks=mbcsTable->toUFallbacks;
1867 if(offset<toUFallbacks[i].offset) {
1875 if(offset==toUFallbacks[start].offset) {
1876 return toUFallbacks[start].codePoint;

Completed in 204 milliseconds