Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp128 delete currencyFormats[widthIndex]; in adoptCurrencyFormat()
129 currencyFormats[widthIndex] = nfToAdopt; in adoptCurrencyFormat()
132 return currencyFormats[getRegularWidth(width)]; in getCurrencyFormat()
150 NumberFormat* currencyFormats[WIDTH_INDEX_COUNT]; member in MeasureFormatCacheData
163 memset(currencyFormats, 0, sizeof(currencyFormats)); in MeasureFormatCacheData()
167 for (int32_t i = 0; i < UPRV_LENGTHOF(currencyFormats); ++i) { in ~MeasureFormatCacheData()
168 delete currencyFormats[i]; in ~MeasureFormatCacheData()
/third_party/node/deps/icu-small/source/i18n/
H A Dmeasfmt.cpp128 delete currencyFormats[widthIndex]; in adoptCurrencyFormat()
129 currencyFormats[widthIndex] = nfToAdopt; in adoptCurrencyFormat()
132 return currencyFormats[getRegularWidth(width)]; in getCurrencyFormat()
150 NumberFormat* currencyFormats[WIDTH_INDEX_COUNT]; member in MeasureFormatCacheData
163 memset(currencyFormats, 0, sizeof(currencyFormats)); in MeasureFormatCacheData()
167 for (int32_t i = 0; i < UPRV_LENGTHOF(currencyFormats); ++i) { in ~MeasureFormatCacheData()
168 delete currencyFormats[i]; in ~MeasureFormatCacheData()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmeasfmt.cpp128 delete currencyFormats[widthIndex]; in adoptCurrencyFormat()
129 currencyFormats[widthIndex] = nfToAdopt; in adoptCurrencyFormat()
132 return currencyFormats[getRegularWidth(width)]; in getCurrencyFormat()
150 NumberFormat* currencyFormats[WIDTH_INDEX_COUNT]; member in MeasureFormatCacheData
163 memset(currencyFormats, 0, sizeof(currencyFormats)); in MeasureFormatCacheData()
167 for (int32_t i = 0; i < UPRV_LENGTHOF(currencyFormats); ++i) { in ~MeasureFormatCacheData()
168 delete currencyFormats[i]; in ~MeasureFormatCacheData()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DDisplayNameTest.java55 static final Object[] currencyFormats = {new Integer(Currency.SYMBOL_NAME), new Integer(Currency.LONG_NAME)}; field in DisplayNameTest
128 check("Currencies", locale, currencies, currencyFormats, new DisplayNameGetter() { in checkLocale()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DDisplayNameTest.java52 static final Object[] currencyFormats = {new Integer(Currency.SYMBOL_NAME), new Integer(Currency.LONG_NAME)}; field in DisplayNameTest
125 check("Currencies", locale, currencies, currencyFormats, new DisplayNameGetter() { in checkLocale()

Completed in 6 milliseconds