Searched refs:fromUSectionValues (Results 1 – 1 of 1) sorted by relevance
528 const uint32_t *fromUTableValues, *fromUSectionValues; in ucnv_extMatchFromU() local577 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() local962 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()