Searched refs:countToUFallbacks (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/tools/toolutil/
H A Ducmstate.c589 ucm_findFallback(_MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, argument
593 if(countToUFallbacks==0) {
599 for(i=0; i<countToUFallbacks; ++i) {
615 _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks,
662 if((*pUnicodeCodeUnits)[entry]==0xfffe && ucm_findFallback(toUFallbacks, countToUFallbacks, entry)<0) {
799 if(unit==0xfffe && (fallback=ucm_findFallback(toUFallbacks, countToUFallbacks, oldOffset))>=0) {
821 for(i=0; i<countToUFallbacks; ++i) {
841 _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks,
853 toUFallbacks, countToUFallbacks,
868 if(unicodeCodeUnits[entry]==0xfffe && ucm_findFallback(toUFallbacks, countToUFallbacks, entr
613 compactToUnicode2(UCMStates *states, uint16_t **pUnicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, UBool verbose) argument
839 findUnassigned(UCMStates *states, uint16_t *unicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, int32_t state, int32_t offset, uint32_t b) argument
896 compactToUnicodeHelper(UCMStates *states, uint16_t *unicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks) argument
922 ucm_optimizeStates(UCMStates *states, uint16_t **pUnicodeCodeUnits, _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, UBool verbose) argument
[all...]
H A Ducm.h268 _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks,
273 ucm_findFallback(_MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks,
/external/icu4c/tools/makeconv/
H A Dgenmbcs.c40 int32_t countToUFallbacks; member in struct:MBCSData
317 int32_t i=ucm_findFallback(mbcsData->toUFallbacks, mbcsData->countToUFallbacks, offset);
324 i=mbcsData->countToUFallbacks;
331 mbcsData->countToUFallbacks=i+1;
340 int32_t i=ucm_findFallback(mbcsData->toUFallbacks, mbcsData->countToUFallbacks, offset);
346 limit=mbcsData->countToUFallbacks;
352 mbcsData->countToUFallbacks=limit-1;
1334 mbcsData->toUFallbacks, mbcsData->countToUFallbacks,
1503 header.countToUFallbacks=mbcsData->countToUFallbacks;
[all...]
/external/icu4c/common/
H A Ducnvmbcs.h137 * 2 uint32_t countToUFallbacks
182 * } toUFallbacks[countToUFallbacks];
368 uint32_t countToUFallbacks; member in struct:UConverterMBCSTable
426 countToUFallbacks, member in struct:__anon1315
H A Ducnv_bld.c1458 mbcsHeader.countToUFallbacks= ds->readUInt32(inMBCSHeader->countToUFallbacks);
1571 count=mbcsHeader.countToUFallbacks*8;
H A Ducnvmbcs.c1554 mbcsTable->countToUFallbacks=header->countToUFallbacks;
1779 limit=mbcsTable->countToUFallbacks;

Completed in 65 milliseconds