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

/external/chromium_org/third_party/icu/source/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];
/external/icu/icu4c/source/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 67 milliseconds