Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/icu_capi/src/
Dcalendar.rs110 pub fn create_for_locale(locale: &Locale) -> Result<Box<Calendar>, DataError> { in create_for_locale() method
/external/rust/android-crates-io/crates/icu_capi/bindings/cpp/icu4x/
DCalendar.hpp45 …td::unique_ptr<icu4x::Calendar>, icu4x::DataError> icu4x::Calendar::create_for_locale(const icu4x:… in create_for_locale() function in icu4x::Calendar