Searched refs:currencyFormats (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp123 delete currencyFormats[widthIndex];
124 currencyFormats[widthIndex] = nfToAdopt;
127 return currencyFormats[getRegularWidth(width)];
145 NumberFormat *currencyFormats[WIDTH_INDEX_COUNT]; member in class:MeasureFormatCacheData
156 for (int32_t i = 0; i < UPRV_LENGTHOF(currencyFormats); ++i) {
157 currencyFormats[i] = NULL;
165 for (int32_t i = 0; i < UPRV_LENGTHOF(currencyFormats); ++i) {
166 delete currencyFormats[i];
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DDisplayNameTest.java50 static final Object[] currencyFormats = {new Integer(Currency.SYMBOL_NAME), new Integer(Currency.LONG_NAME)}; field in class:DisplayNameTest
114 check("Currencies", locale, currencies, currencyFormats, new DisplayNameGetter() {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DDisplayNameTest.java46 static final Object[] currencyFormats = {new Integer(Currency.SYMBOL_NAME), new Integer(Currency.LONG_NAME)}; field in class:DisplayNameTest
110 check("Currencies", locale, currencies, currencyFormats, new DisplayNameGetter() {

Completed in 236 milliseconds