Searched refs:createFastFormatter (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | smpdtfmt.cpp | 1286 createFastFormatter(const DecimalFormat* df, int32_t minInt, int32_t maxInt, UErrorCode& status) { in createFastFormatter() function 1304 fFastNumberFormatters[SMPDTFMT_NF_1x10] = createFastFormatter(df, 1, 10, status); in initFastNumberFormatters() 1305 fFastNumberFormatters[SMPDTFMT_NF_2x10] = createFastFormatter(df, 2, 10, status); in initFastNumberFormatters() 1306 fFastNumberFormatters[SMPDTFMT_NF_3x10] = createFastFormatter(df, 3, 10, status); in initFastNumberFormatters() 1307 fFastNumberFormatters[SMPDTFMT_NF_4x10] = createFastFormatter(df, 4, 10, status); in initFastNumberFormatters() 1308 fFastNumberFormatters[SMPDTFMT_NF_2x2] = createFastFormatter(df, 2, 2, status); in initFastNumberFormatters()
|