Home
last modified time | relevance | path

Searched defs:from_fixed_decimal (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/icu_capi/bindings/cpp/icu4x/
DPluralOperands.hpp46 inline std::unique_ptr<icu4x::PluralOperands> icu4x::PluralOperands::from_fixed_decimal(const icu4x… in from_fixed_decimal() function in icu4x::PluralOperands
/external/rust/android-crates-io/crates/icu_capi/src/
Dpluralrules.rs150 pub fn from_fixed_decimal(x: &crate::fixed_decimal::ffi::Decimal) -> Box<Self> { in from_fixed_decimal() method