Searched refs:currencyFormats (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | measfmt.cpp | 123 delete currencyFormats[widthIndex]; in adoptCurrencyFormat() 124 currencyFormats[widthIndex] = nfToAdopt; in adoptCurrencyFormat() 127 return currencyFormats[getRegularWidth(width)]; in getCurrencyFormat() 145 NumberFormat *currencyFormats[WIDTH_INDEX_COUNT]; member in MeasureFormatCacheData 156 for (int32_t i = 0; i < UPRV_LENGTHOF(currencyFormats); ++i) { in MeasureFormatCacheData() 157 currencyFormats[i] = NULL; in MeasureFormatCacheData() 165 for (int32_t i = 0; i < UPRV_LENGTHOF(currencyFormats); ++i) { in ~MeasureFormatCacheData() 166 delete currencyFormats[i]; in ~MeasureFormatCacheData()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | DisplayNameTest.java | 50 …static final Object[] currencyFormats = {new Integer(Currency.SYMBOL_NAME), new Integer(Currency.L… field in DisplayNameTest 114 check("Currencies", locale, currencies, currencyFormats, new DisplayNameGetter() { in checkLocale()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | DisplayNameTest.java | 46 …static final Object[] currencyFormats = {new Integer(Currency.SYMBOL_NAME), new Integer(Currency.L… field in DisplayNameTest 110 check("Currencies", locale, currencies, currencyFormats, new DisplayNameGetter() { in checkLocale()
|