Searched refs:fromUTableValues (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/icu4c/source/tools/makeconv/ |
D | gencnvex.c | 55 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes; member 100 utm_close(extData->fromUTableValues); in CnvExtClose() 171 *((uint32_t *)utm_alloc(extData->fromUTableValues))=0; in CnvExtWrite() 233 …udata_writeBlock(pData, utm_getStart(extData->fromUTableValues), indexes[UCNV_EXT_FROM_U_LENGTH]*4… in CnvExtWrite() 755 sectionValues=(uint32_t *)utm_allocN(extData->fromUTableValues, 1+count); in generateFromUTable() 810 sectionValues[j]=(uint32_t)utm_countItems(extData->fromUTableValues); in generateFromUTable() 998 addFromUTrieEntry(extData, c, (uint32_t)utm_countItems(extData->fromUTableValues)); in generateFromUTrie() 1022 …extData->fromUTableValues=utm_open("cnv extension fromUTableValues", 0x10000, UCNV_EXT_FROM_U_DATA… in makeFromUTable() 1039 utm_alloc(extData->fromUTableValues); in makeFromUTable()
|
/third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
D | gencnvex.c | 55 UToolMemory *fromUTableUChars, *fromUTableValues, *fromUBytes; member 100 utm_close(extData->fromUTableValues); in CnvExtClose() 171 *((uint32_t *)utm_alloc(extData->fromUTableValues))=0; in CnvExtWrite() 233 …udata_writeBlock(pData, utm_getStart(extData->fromUTableValues), indexes[UCNV_EXT_FROM_U_LENGTH]*4… in CnvExtWrite() 755 sectionValues=(uint32_t *)utm_allocN(extData->fromUTableValues, 1+count); in generateFromUTable() 810 sectionValues[j]=(uint32_t)utm_countItems(extData->fromUTableValues); in generateFromUTable() 998 addFromUTrieEntry(extData, c, (uint32_t)utm_countItems(extData->fromUTableValues)); in generateFromUTrie() 1022 …extData->fromUTableValues=utm_open("cnv extension fromUTableValues", 0x10000, UCNV_EXT_FROM_U_DATA… in makeFromUTable() 1039 utm_alloc(extData->fromUTableValues); in makeFromUTable()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/makeconv/ |
D | gencnvex.c | 55 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()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv_ext.cpp | 541 const uint32_t *fromUTableValues, *fromUSectionValues; in ucnv_extMatchFromU() local 579 fromUTableValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t); in ucnv_extMatchFromU() 590 fromUSectionValues=fromUTableValues+idx; in ucnv_extMatchFromU()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucnv_ext.cpp | 541 const uint32_t *fromUTableValues, *fromUSectionValues; in ucnv_extMatchFromU() local 579 fromUTableValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t); in ucnv_extMatchFromU() 590 fromUSectionValues=fromUTableValues+idx; in ucnv_extMatchFromU()
|
/third_party/icu/icu4c/source/common/ |
D | ucnv_ext.cpp | 541 const uint32_t *fromUTableValues, *fromUSectionValues; in ucnv_extMatchFromU() local 579 fromUTableValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t); in ucnv_extMatchFromU() 590 fromUSectionValues=fromUTableValues+idx; in ucnv_extMatchFromU()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnv_ext.cpp | 541 const uint32_t *fromUTableValues, *fromUSectionValues; in ucnv_extMatchFromU() local 579 fromUTableValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t); in ucnv_extMatchFromU() 590 fromUSectionValues=fromUTableValues+idx; in ucnv_extMatchFromU()
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetMBCS.java | 3632 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()
|