Searched refs:currencyFormats (Results 1 – 1 of 1) sorted by relevance
99 delete currencyFormats[widthIndex]; in adoptCurrencyFormat()100 currencyFormats[widthIndex] = nfToAdopt; in adoptCurrencyFormat()103 return currencyFormats[widthIndex]; in getCurrencyFormat()121 NumberFormat *currencyFormats[WIDTH_INDEX_COUNT]; member in MeasureFormatCacheData129 for (int32_t i = 0; i < LENGTHOF(currencyFormats); ++i) { in MeasureFormatCacheData()130 currencyFormats[i] = NULL; in MeasureFormatCacheData()137 for (int32_t i = 0; i < LENGTHOF(currencyFormats); ++i) { in ~MeasureFormatCacheData()138 delete currencyFormats[i]; in ~MeasureFormatCacheData()