Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/makeconv/
Dgencnvex.c55 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes; member
100 utm_close(extData->fromUTableValues); in CnvExtClose()
166 *((uint32_t *)utm_alloc(extData->fromUTableValues))=0; in CnvExtWrite()
228 …udata_writeBlock(pData, utm_getStart(extData->fromUTableValues), indexes[UCNV_EXT_FROM_U_LENGTH]*4… in CnvExtWrite()
750 sectionValues=(uint32_t *)utm_allocN(extData->fromUTableValues, 1+count); in generateFromUTable()
805 sectionValues[j]=(uint32_t)utm_countItems(extData->fromUTableValues); in generateFromUTable()
993 addFromUTrieEntry(extData, c, (uint32_t)utm_countItems(extData->fromUTableValues)); in generateFromUTrie()
1017 …extData->fromUTableValues=utm_open("cnv extension fromUTableValues", 0x10000, UCNV_EXT_FROM_U_DATA… in makeFromUTable()
1034 utm_alloc(extData->fromUTableValues); in makeFromUTable()
/external/icu/icu4c/source/common/
Ducnv_ext.cpp540 const uint32_t *fromUTableValues, *fromUSectionValues; in ucnv_extMatchFromU() local
578 fromUTableValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t); in ucnv_extMatchFromU()
589 fromUSectionValues=fromUTableValues+idx; in ucnv_extMatchFromU()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java3632 IntBuffer fromUTableValues, fromUSectionValues; in matchFromU() local
3664 fromUTableValues = (IntBuffer) ARRAY(cx, EXT_FROM_U_VALUES_INDEX, int.class); in matchFromU()
3677 oldpos = fromUTableValues.position(); in matchFromU()
3678 fromUSectionValues = ((IntBuffer) fromUTableValues.position(index)).slice(); in matchFromU()
3679 fromUTableValues.position(oldpos); in matchFromU()