Searched refs:createFastFormatter (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | smpdtfmt.cpp | 1214 createFastFormatter(const DecimalFormat* df, int32_t minInt, int32_t maxInt) { in createFastFormatter() function 1228 fFastNumberFormatters[SMPDTFMT_NF_1x10] = createFastFormatter(df, 1, 10); in initFastNumberFormatters() 1229 fFastNumberFormatters[SMPDTFMT_NF_2x10] = createFastFormatter(df, 2, 10); in initFastNumberFormatters() 1230 fFastNumberFormatters[SMPDTFMT_NF_3x10] = createFastFormatter(df, 3, 10); in initFastNumberFormatters() 1231 fFastNumberFormatters[SMPDTFMT_NF_4x10] = createFastFormatter(df, 4, 10); in initFastNumberFormatters() 1232 fFastNumberFormatters[SMPDTFMT_NF_2x2] = createFastFormatter(df, 2, 2); in initFastNumberFormatters()
|