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

/external/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp98 void adoptCurrencyFormat(int32_t widthIndex, NumberFormat *nfToAdopt) { argument
99 delete currencyFormats[widthIndex];
100 currencyFormats[widthIndex] = nfToAdopt;
102 const NumberFormat *getCurrencyFormat(int32_t widthIndex) const {
103 return currencyFormats[widthIndex];
878 int32_t widthIndex,
885 if (formatters[widthIndex].isValid()) {
886 return &formatters[widthIndex];
876 getQuantityFormatter( int32_t index, int32_t widthIndex, UErrorCode &status) const argument

Completed in 58 milliseconds