Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp1304 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()
1312 delete fFastNumberFormatters[SMPDTFMT_NF_1x10]; in freeFastNumberFormatters()
1313 delete fFastNumberFormatters[SMPDTFMT_NF_2x10]; in freeFastNumberFormatters()
1314 delete fFastNumberFormatters[SMPDTFMT_NF_3x10]; in freeFastNumberFormatters()
1315 delete fFastNumberFormatters[SMPDTFMT_NF_4x10]; in freeFastNumberFormatters()
1316 delete fFastNumberFormatters[SMPDTFMT_NF_2x2]; in freeFastNumberFormatters()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1645 const number::LocalizedNumberFormatter* fFastNumberFormatters[SMPDTFMT_NF_COUNT] = {}; variable
/external/icu/libicu/cts_headers/unicode/
Dsmpdtfmt.h1645 const number::LocalizedNumberFormatter* fFastNumberFormatters[SMPDTFMT_NF_COUNT] = {}; variable