Home
last modified time | relevance | path

Searched refs:createFastFormatter (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp1305 createFastFormatter(const DecimalFormat* df, int32_t minInt, int32_t maxInt, UErrorCode& status) { in createFastFormatter() function
1323 fFastNumberFormatters[SMPDTFMT_NF_1x10] = createFastFormatter(df, 1, 10, status); in initFastNumberFormatters()
1324 fFastNumberFormatters[SMPDTFMT_NF_2x10] = createFastFormatter(df, 2, 10, status); in initFastNumberFormatters()
1325 fFastNumberFormatters[SMPDTFMT_NF_3x10] = createFastFormatter(df, 3, 10, status); in initFastNumberFormatters()
1326 fFastNumberFormatters[SMPDTFMT_NF_4x10] = createFastFormatter(df, 4, 10, status); in initFastNumberFormatters()
1327 fFastNumberFormatters[SMPDTFMT_NF_2x2] = createFastFormatter(df, 2, 2, status); in initFastNumberFormatters()