HomeSort by relevance Sort by last modified time
    Searched refs:UNumberFormatRoundingMode (Results 1 - 12 of 12) sorted by null

  /external/icu/icu4c/source/i18n/
number_roundingutils.h 152 RoundingImpl(const Precision& precision, UNumberFormatRoundingMode roundingMode,
185 UNumberFormatRoundingMode fRoundingMode;
number_skeletons.h 175 UNumberFormatRoundingMode roundingMode(skeleton::StemEnum stem);
193 void roundingMode(UNumberFormatRoundingMode value, UnicodeString& sb);
number_types.h 28 typedef UNumberFormatRoundingMode RoundingMode;
number_rounding.cpp 274 RoundingImpl::RoundingImpl(const Precision& precision, UNumberFormatRoundingMode roundingMode,
number_fluent.cpp 140 Derived NumberFormatterSettings<Derived>::roundingMode(UNumberFormatRoundingMode roundingMode) const& {
147 Derived NumberFormatterSettings<Derived>::roundingMode(UNumberFormatRoundingMode roundingMode)&& {
number_formatimpl.cpp 282 UNumberFormatRoundingMode roundingMode;
number_skeletons.cpp 200 UNumberFormatRoundingMode stem_to_object::roundingMode(skeleton::StemEnum stem) {
291 void enum_to_stem_string::roundingMode(UNumberFormatRoundingMode value, UnicodeString& sb) {
    [all...]
decimfmt.cpp 746 // UNumberFormatRoundingMode and ERoundingMode have the same values.
751 auto uRoundingMode = static_cast<UNumberFormatRoundingMode>(roundingMode);
    [all...]
rbnf.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
unum.h 279 typedef enum UNumberFormatRoundingMode {
303 } UNumberFormatRoundingMode;
    [all...]
numberformatter.h 708 Precision withMode(UNumberFormatRoundingMode roundingMode) const;
753 UNumberFormatRoundingMode fRoundingMode;
756 UNumberFormatRoundingMode roundingMode)
    [all...]
  /external/icu/libandroidicu/include/unicode/
unum.h 279 typedef enum UNumberFormatRoundingMode {
303 } UNumberFormatRoundingMode;
    [all...]

Completed in 213 milliseconds