Home
last modified time | relevance | path

Searched defs:FixedDecimal (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dplurrule.h49 class FixedDecimal; variable
/third_party/skia/m133/third_party/externals/icu/source/i18n/unicode/
Dplurrule.h49 class FixedDecimal; variable
/third_party/icu/icu4c/source/i18n/unicode/
Dplurrule.h49 class FixedDecimal; variable
/third_party/skia/m133/third_party/externals/icu/source/i18n/
Dplurrule.cpp1624 FixedDecimal::FixedDecimal(double n, int32_t v, int64_t f, int32_t e, int32_t c) { in FixedDecimal() function in FixedDecimal
1628 FixedDecimal::FixedDecimal(double n, int32_t v, int64_t f, int32_t e) { in FixedDecimal() function in FixedDecimal
1645 FixedDecimal::FixedDecimal(double n, int32_t v, int64_t f) { in FixedDecimal() function in FixedDecimal
1649 FixedDecimal::FixedDecimal(double n, int32_t v) { in FixedDecimal() function in FixedDecimal
1654 FixedDecimal::FixedDecimal(double n) { in FixedDecimal() function in FixedDecimal
1658 FixedDecimal::FixedDecimal() { in FixedDecimal() function in FixedDecimal
1666 FixedDecimal::FixedDecimal(const UnicodeString &num, UErrorCode &status) { in FixedDecimal() function in FixedDecimal
1716 FixedDecimal::FixedDecimal(const FixedDecimal &other) { in FixedDecimal() function in FixedDecimal
/third_party/icu/icu4c/source/i18n/
Dplurrule.cpp1620 FixedDecimal::FixedDecimal(double n, int32_t v, int64_t f, int32_t e, int32_t c) { in FixedDecimal() function in FixedDecimal
1624 FixedDecimal::FixedDecimal(double n, int32_t v, int64_t f, int32_t e) { in FixedDecimal() function in FixedDecimal
1641 FixedDecimal::FixedDecimal(double n, int32_t v, int64_t f) { in FixedDecimal() function in FixedDecimal
1645 FixedDecimal::FixedDecimal(double n, int32_t v) { in FixedDecimal() function in FixedDecimal
1650 FixedDecimal::FixedDecimal(double n) { in FixedDecimal() function in FixedDecimal
1654 FixedDecimal::FixedDecimal() { in FixedDecimal() function in FixedDecimal
1662 FixedDecimal::FixedDecimal(const UnicodeString &num, UErrorCode &status) { in FixedDecimal() function in FixedDecimal
1712 FixedDecimal::FixedDecimal(const FixedDecimal &other) { in FixedDecimal() function in FixedDecimal
/third_party/skia/third_party/externals/icu/source/i18n/
Dplurrule.cpp1615 FixedDecimal::FixedDecimal(double n, int32_t v, int64_t f, int32_t e, int32_t c) { in FixedDecimal() function in FixedDecimal
1619 FixedDecimal::FixedDecimal(double n, int32_t v, int64_t f, int32_t e) { in FixedDecimal() function in FixedDecimal
1636 FixedDecimal::FixedDecimal(double n, int32_t v, int64_t f) { in FixedDecimal() function in FixedDecimal
1640 FixedDecimal::FixedDecimal(double n, int32_t v) { in FixedDecimal() function in FixedDecimal
1645 FixedDecimal::FixedDecimal(double n) { in FixedDecimal() function in FixedDecimal
1649 FixedDecimal::FixedDecimal() { in FixedDecimal() function in FixedDecimal
1657 FixedDecimal::FixedDecimal(const UnicodeString &num, UErrorCode &status) { in FixedDecimal() function in FixedDecimal
1707 FixedDecimal::FixedDecimal(const FixedDecimal &other) { in FixedDecimal() function in FixedDecimal
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java580 …public static class FixedDecimal extends Number implements Comparable<FixedDecimal>, IFixedDecimal… class in PluralRules
698 public FixedDecimal(double n, int v, long f, int e, int c) { in FixedDecimal() method in PluralRules.FixedDecimal
744 public FixedDecimal(double n, int v, long f, int e) { in FixedDecimal() method in PluralRules.FixedDecimal
753 public FixedDecimal(double n, int v, long f) { in FixedDecimal() method in PluralRules.FixedDecimal
771 public FixedDecimal(double n, int v) { in FixedDecimal() method in PluralRules.FixedDecimal
793 public FixedDecimal(double n) { in FixedDecimal() method in PluralRules.FixedDecimal
802 public FixedDecimal(long n) { in FixedDecimal() method in PluralRules.FixedDecimal
863 private FixedDecimal (FixedDecimal other) { in FixedDecimal() method in PluralRules.FixedDecimal
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralRules.java533 …public static class FixedDecimal extends Number implements Comparable<FixedDecimal>, IFixedDecimal… class in PluralRules
680 public FixedDecimal(double n, int v, long f) { in FixedDecimal() method in PluralRules.FixedDecimal
724 public FixedDecimal(double n, int v) { in FixedDecimal() method in PluralRules.FixedDecimal
747 public FixedDecimal(double n) { in FixedDecimal() method in PluralRules.FixedDecimal
757 public FixedDecimal(long n) { in FixedDecimal() method in PluralRules.FixedDecimal
820 public FixedDecimal (String n) { in FixedDecimal() method in PluralRules.FixedDecimal