Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dunumberformatter.h232 UNUM_GROUPING_AUTO, enumerator
/external/icu/icu4c/source/i18n/
Dnumber_grouping.cpp41 case UNUM_GROUPING_AUTO: in forStrategy()
Dnumparse_impl.cpp61 Grouper grouper = Grouper::forStrategy(UNUM_GROUPING_AUTO); in createSimpleParser()
Dnumber_skeletons.cpp231 return UNUM_GROUPING_AUTO; in groupingStrategy()
330 case UNUM_GROUPING_AUTO: in groupingStrategy()
1430 } else if (macros.grouper.fStrategy == UNUM_GROUPING_AUTO) { in grouping()
Dnumber_formatimpl.cpp298 fMicros.grouping = Grouper::forStrategy(UNUM_GROUPING_AUTO); in macrosToMicroGenerator()
/external/icu/icu4c/source/test/intltest/
Dnumbertest_api.cpp1166 NumberFormatter::with().grouping(UNUM_GROUPING_AUTO), in grouping()
1181 NumberFormatter::with().grouping(UNUM_GROUPING_AUTO), in grouping()
1258 NumberFormatter::with().grouping(UNUM_GROUPING_AUTO), in grouping()
1305 NumberFormatter::with().grouping(UNUM_GROUPING_AUTO).unit(USD), in grouping()