Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_grouping.cpp39 case UNUM_GROUPING_OFF: in forStrategy()
56 return forStrategy(UNUM_GROUPING_OFF); in forProperties()
Dnumber_skeletons.cpp243 return UNUM_GROUPING_OFF; in groupingStrategy()
357 case UNUM_GROUPING_OFF: in groupingStrategy()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_grouping.cpp39 case UNUM_GROUPING_OFF: in forStrategy()
56 return forStrategy(UNUM_GROUPING_OFF); in forProperties()
Dnumber_skeletons.cpp244 return UNUM_GROUPING_OFF; in groupingStrategy()
358 case UNUM_GROUPING_OFF: in groupingStrategy()
Dsmpdtfmt.cpp1323 fLocale, *syms, UNUM_GROUPING_OFF, status in initSimpleNumberFormatter()
/third_party/icu/icu4c/source/i18n/
Dnumber_grouping.cpp39 case UNUM_GROUPING_OFF: in forStrategy()
56 return forStrategy(UNUM_GROUPING_OFF); in forProperties()
Dnumber_skeletons.cpp244 return UNUM_GROUPING_OFF; in groupingStrategy()
358 case UNUM_GROUPING_OFF: in groupingStrategy()
/third_party/node/deps/icu-small/source/i18n/unicode/
Dunumberoptions.h102 UNUM_GROUPING_OFF, enumerator
/third_party/icu/icu4c/source/i18n/unicode/
Dunumberformatter.h278 UNUM_GROUPING_OFF, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dunumberformatter.h282 UNUM_GROUPING_OFF, enumerator
/third_party/node/deps/v8/src/objects/
Djs-number-format.cc239 return UNumberGroupingStrategy::UNUM_GROUPING_OFF; in ToUNumberGroupingStrategy()
1511 settings = settings.grouping(UNumberGroupingStrategy::UNUM_GROUPING_OFF); in New()
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_api.cpp3879 .grouping(UNUM_GROUPING_OFF) in roundingPriorityCoverageTest()
3968 NumberFormatter::with().grouping(UNUM_GROUPING_OFF), in grouping()