Searched refs:stage3b (Results 1 – 2 of 2) sorted by relevance
61 uint32_t stage3b[0x10000]; member234 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()915 if((i3b=extData->stage3bTop++)>=LENGTHOF(extData->stage3b)) { in addFromUTrieEntry()922 extData->stage3b[i3b]=value; in addFromUTrieEntry()1027 extData->stage3b[1]=UCNV_EXT_FROM_U_SUBCHAR1; in makeFromUTable()
525 const uint32_t *stage3b; in ucnv_extMatchFromU() local548 stage3b=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_3B_INDEX, uint32_t); in ucnv_extMatchFromU()549 value=stage3b[index]; in ucnv_extMatchFromU()1013 const uint32_t *stage3b; in ucnv_extGetUnicodeSet() local1030 stage3b=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_STAGE_3B_INDEX, uint32_t); in ucnv_extGetUnicodeSet()1070 value=stage3b[*ps3++]; in ucnv_extGetUnicodeSet()