Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
Dnumber_rounding.cpp224 UNUM_ROUNDING_PRIORITY_RELAXED, in withMinDigits()
465 if (fPrecision.fUnion.fracSig.fPriority == UNUM_ROUNDING_PRIORITY_RELAXED) { in apply()
485 } else if (fPrecision.fUnion.fracSig.fPriority == UNUM_ROUNDING_PRIORITY_RELAXED) { in apply()
Dnumber_skeletons.cpp1356 priority = UNUM_ROUNDING_PRIORITY_RELAXED; in parseFracSigOption()
1623 if (impl.fPriority == UNUM_ROUNDING_PRIORITY_RELAXED) { in precision()
1632 if (impl.fPriority == UNUM_ROUNDING_PRIORITY_RELAXED) { in precision()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_rounding.cpp224 UNUM_ROUNDING_PRIORITY_RELAXED, in withMinDigits()
465 if (fPrecision.fUnion.fracSig.fPriority == UNUM_ROUNDING_PRIORITY_RELAXED) { in apply()
485 } else if (fPrecision.fUnion.fracSig.fPriority == UNUM_ROUNDING_PRIORITY_RELAXED) { in apply()
Dnumber_skeletons.cpp1356 priority = UNUM_ROUNDING_PRIORITY_RELAXED; in parseFracSigOption()
1623 if (impl.fPriority == UNUM_ROUNDING_PRIORITY_RELAXED) { in precision()
1632 if (impl.fPriority == UNUM_ROUNDING_PRIORITY_RELAXED) { in precision()
/third_party/node/deps/icu-small/source/i18n/unicode/
Dunumberformatter.h124 UNUM_ROUNDING_PRIORITY_RELAXED, enumerator
/third_party/icu/icu4c/source/i18n/unicode/
Dunumberformatter.h125 UNUM_ROUNDING_PRIORITY_RELAXED, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dunumberformatter.h126 UNUM_ROUNDING_PRIORITY_RELAXED, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_rounding.cpp239 UNUM_ROUNDING_PRIORITY_RELAXED); in withMinDigits()
460 if (fPrecision.fUnion.fracSig.fPriority == UNUM_ROUNDING_PRIORITY_RELAXED) { in apply()
Dnumber_skeletons.cpp1349 priority = UNUM_ROUNDING_PRIORITY_RELAXED; in parseFracSigOption()
1366 priority = UNUM_ROUNDING_PRIORITY_RELAXED; in parseFracSigOption()
1617 if (impl.fPriority == UNUM_ROUNDING_PRIORITY_RELAXED) { in precision()
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_api.cpp3360 .withSignificantDigits(1, 2, UNUM_ROUNDING_PRIORITY_RELAXED)), in roundingFractionFigures()
3394 .withSignificantDigits(3, 3, UNUM_ROUNDING_PRIORITY_RELAXED)), in roundingFractionFigures()
3859 .withSignificantDigits(1, 3, UNUM_ROUNDING_PRIORITY_RELAXED); in roundingPriorityCoverageTest()
3863 .withSignificantDigits(3, 3, UNUM_ROUNDING_PRIORITY_RELAXED); in roundingPriorityCoverageTest()
/third_party/node/deps/v8/src/objects/
Djs-number-format.cc882 relaxed ? UNUM_ROUNDING_PRIORITY_RELAXED in SetDigitOptionsToFormatterV3()