Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/makeconv/
Dgencnvex.c60 uint32_t stage3b[0x10000]; member
234 udata_writeBlock(pData, extData->stage3b, extData->stage3bTop*4); in CnvExtWrite()
272 if(extData->stage3b[i]!=0) { in CnvExtWrite()
273 printf("stage3b[%04x]=%08x\n", i, extData->stage3b[i]); in CnvExtWrite()
917 if((i3b=extData->stage3bTop++)>=UPRV_LENGTHOF(extData->stage3b)) { in addFromUTrieEntry()
924 extData->stage3b[i3b]=value; in addFromUTrieEntry()
1029 extData->stage3b[1]=UCNV_EXT_FROM_U_SUBCHAR1; in makeFromUTable()
/external/icu/icu4c/source/common/
Ducnv_ext.cpp537 const uint32_t *stage3b; in ucnv_extMatchFromU() local
560 stage3b=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_3B_INDEX, uint32_t); in ucnv_extMatchFromU()
561 value=stage3b[idx]; in ucnv_extMatchFromU()
1036 const uint32_t *stage3b; in ucnv_extGetUnicodeSet() local
1052 stage3b=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_3B_INDEX, uint32_t); in ucnv_extGetUnicodeSet()
1084 value=stage3b[*ps3++]; in ucnv_extGetUnicodeSet()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java3629 IntBuffer stage3b; in matchFromU() local
3652 stage3b = (IntBuffer) ARRAY(cx, EXT_FROM_U_STAGE_3B_INDEX, int.class); in matchFromU()
3653 value = stage3b.get(stage3b.position() + index); in matchFromU()
5010 IntBuffer stage3b; in extGetUnicodeSet() local
5020 stage3b = (IntBuffer)ARRAY(cx, EXT_FROM_U_STAGE_3B_INDEX,int.class ); in extGetUnicodeSet()
5044 value = stage3b.get(stage3.get(ps3++)); in extGetUnicodeSet()