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

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducmstate.c590 ucm_findFallback(_MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, argument
594 if(countToUFallbacks==0) {
600 for(i=0; i<countToUFallbacks; ++i) {
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) {
822 for(i=0; i<countToUFallbacks; ++i) {
842 _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks,
854 toUFallbacks, countToUFallbacks,
869 if(unicodeCodeUnits[entry]==0xfffe && ucm_findFallback(toUFallbacks, countToUFallbacks, entr
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...]
/external/icu/icu4c/source/tools/toolutil/
H A Ducmstate.c590 ucm_findFallback(_MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks, argument
594 if(countToUFallbacks==0) {
600 for(i=0; i<countToUFallbacks; ++i) {
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) {
822 for(i=0; i<countToUFallbacks; ++i) {
842 _MBCSToUFallback *toUFallbacks, int32_t countToUFallbacks,
854 toUFallbacks, countToUFallbacks,
869 if(unicodeCodeUnits[entry]==0xfffe && ucm_findFallback(toUFallbacks, countToUFallbacks, entr
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...]
/external/chromium_org/third_party/icu/source/common/
H A Ducnvmbcs.h140 * 2 uint32_t countToUFallbacks
185 * } toUFallbacks[countToUFallbacks];
371 uint32_t countToUFallbacks; member in struct:UConverterMBCSTable
464 countToUFallbacks, member in struct:__anon11998
/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dgenmbcs.cpp40 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;
1339 mbcsData->toUFallbacks, mbcsData->countToUFallbacks,
1508 header.countToUFallbacks=mbcsData->countToUFallbacks;
[all...]
/external/icu/icu4c/source/common/
H A Ducnvmbcs.h140 * 2 uint32_t countToUFallbacks
185 * } toUFallbacks[countToUFallbacks];
371 uint32_t countToUFallbacks; member in struct:UConverterMBCSTable
464 countToUFallbacks, member in struct:__anon21786
/external/icu/icu4c/source/tools/makeconv/
H A Dgenmbcs.cpp40 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;
1339 mbcsData->toUFallbacks, mbcsData->countToUFallbacks,
1508 header.countToUFallbacks=mbcsData->countToUFallbacks;
[all...]

Completed in 3583 milliseconds