Home
last modified time | relevance | path

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

/external/icu4c/common/
Ducnv_ext.c528 const uint32_t *fromUTableValues, *fromUSectionValues; in ucnv_extMatchFromU() local
577 fromUSectionValues=fromUTableValues+index; in ucnv_extMatchFromU()
581 value=*fromUSectionValues++; in ucnv_extMatchFromU()
618 value=fromUSectionValues[index]; in ucnv_extMatchFromU()
956 const uint32_t *fromUSectionValues; in ucnv_extGetUnicodeSetString() local
962 fromUSectionValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t)+sectionIndex; in ucnv_extGetUnicodeSetString()
966 value=*fromUSectionValues++; in ucnv_extGetUnicodeSetString()
984 value=fromUSectionValues[i]; in ucnv_extGetUnicodeSetString()