Searched defs:fromUSectionValues (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_ext.c528 const uint32_t *fromUTableValues, *fromUSectionValues; local
577 fromUSectionValues=fromUTableValues+idx;
581 value=*fromUSectionValues++;
618 value=fromUSectionValues[idx];
956 const uint32_t *fromUSectionValues; local
962 fromUSectionValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t)+sectionIndex;
966 value=*fromUSectionValues++;
984 value=fromUSectionValues[i];
/external/icu4c/common/
H A Ducnv_ext.cpp538 const uint32_t *fromUTableValues, *fromUSectionValues; local
587 fromUSectionValues=fromUTableValues+idx;
591 value=*fromUSectionValues++;
624 value=fromUSectionValues[idx];
982 const uint32_t *fromUSectionValues; local
988 fromUSectionValues=UCNV_EXT_ARRAY(cx, UCNV_EXT_FROM_U_VALUES_INDEX, uint32_t)+sectionIndex;
992 value=*fromUSectionValues++;
1007 value=fromUSectionValues[i];

Completed in 44 milliseconds