Searched refs:fromUTableValues (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/tools/makeconv/ |
D | gencnvex.c | 53 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes; member 98 utm_close(extData->fromUTableValues); in CnvExtClose() 164 *((uint32_t *)utm_alloc(extData->fromUTableValues))=0; in CnvExtWrite() 226 …udata_writeBlock(pData, utm_getStart(extData->fromUTableValues), indexes[UCNV_EXT_FROM_U_LENGTH]*4… in CnvExtWrite() 748 sectionValues=(uint32_t *)utm_allocN(extData->fromUTableValues, 1+count); in generateFromUTable() 803 sectionValues[j]=(uint32_t)utm_countItems(extData->fromUTableValues); in generateFromUTable() 991 addFromUTrieEntry(extData, c, (uint32_t)utm_countItems(extData->fromUTableValues)); in generateFromUTrie() 1015 …extData->fromUTableValues=utm_open("cnv extension fromUTableValues", 0x10000, UCNV_EXT_FROM_U_DATA… in makeFromUTable() 1032 utm_alloc(extData->fromUTableValues); in makeFromUTable()
|
/external/icu/icu4c/source/common/ |
D | ucnv_ext.cpp | 538 const uint32_t *fromUTableValues, *fromUSectionValues; in ucnv_extMatchFromU() local 576 fromUTableValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t); in ucnv_extMatchFromU() 587 fromUSectionValues=fromUTableValues+idx; in ucnv_extMatchFromU()
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetMBCS.java | 3635 IntBuffer fromUTableValues, fromUSectionValues; in matchFromU() local 3667 fromUTableValues = (IntBuffer) ARRAY(cx, EXT_FROM_U_VALUES_INDEX, int.class); in matchFromU() 3680 oldpos = fromUTableValues.position(); in matchFromU() 3681 fromUSectionValues = ((IntBuffer) fromUTableValues.position(index)).slice(); in matchFromU() 3682 fromUTableValues.position(oldpos); in matchFromU()
|