Home
last modified time | relevance | path

Searched refs:stage3b (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/makeconv/
Dgencnvex.c58 uint32_t stage3b[0x10000]; member
232 udata_writeBlock(pData, extData->stage3b, extData->stage3bTop*4); in CnvExtWrite()
270 if(extData->stage3b[i]!=0) { in CnvExtWrite()
271 printf("stage3b[%04x]=%08x\n", i, extData->stage3b[i]); in CnvExtWrite()
915 if((i3b=extData->stage3bTop++)>=UPRV_LENGTHOF(extData->stage3b)) { in addFromUTrieEntry()
922 extData->stage3b[i3b]=value; in addFromUTrieEntry()
1027 extData->stage3b[1]=UCNV_EXT_FROM_U_SUBCHAR1; in makeFromUTable()
/external/icu/icu4c/source/common/
Ducnv_ext.cpp535 const uint32_t *stage3b; in ucnv_extMatchFromU() local
558 stage3b=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_3B_INDEX, uint32_t); in ucnv_extMatchFromU()
559 value=stage3b[idx]; in ucnv_extMatchFromU()
1031 const uint32_t *stage3b; in ucnv_extGetUnicodeSet() local
1047 stage3b=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_3B_INDEX, uint32_t); in ucnv_extGetUnicodeSet()
1079 value=stage3b[*ps3++]; in ucnv_extGetUnicodeSet()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java3632 IntBuffer stage3b; in matchFromU() local
3655 stage3b = (IntBuffer) ARRAY(cx, EXT_FROM_U_STAGE_3B_INDEX, int.class); in matchFromU()
3656 value = stage3b.get(stage3b.position() + index); in matchFromU()
5009 IntBuffer stage3b; in extGetUnicodeSet() local
5019 stage3b = (IntBuffer)ARRAY(cx, EXT_FROM_U_STAGE_3B_INDEX,int.class ); in extGetUnicodeSet()
5043 value = stage3b.get(stage3.get(ps3++)); in extGetUnicodeSet()