Searched refs:UNUM_ROUNDING_PRIORITY_RELAXED (Results 1 – 11 of 11) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
D | number_rounding.cpp | 224 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()
|
D | number_skeletons.cpp | 1356 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/ |
D | number_rounding.cpp | 224 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()
|
D | number_skeletons.cpp | 1356 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/ |
D | unumberformatter.h | 124 UNUM_ROUNDING_PRIORITY_RELAXED, enumerator
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | unumberformatter.h | 125 UNUM_ROUNDING_PRIORITY_RELAXED, enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | unumberformatter.h | 126 UNUM_ROUNDING_PRIORITY_RELAXED, enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_rounding.cpp | 239 UNUM_ROUNDING_PRIORITY_RELAXED); in withMinDigits() 460 if (fPrecision.fUnion.fracSig.fPriority == UNUM_ROUNDING_PRIORITY_RELAXED) { in apply()
|
D | number_skeletons.cpp | 1349 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/ |
D | numbertest_api.cpp | 3360 .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/ |
D | js-number-format.cc | 882 relaxed ? UNUM_ROUNDING_PRIORITY_RELAXED in SetDigitOptionsToFormatterV3()
|