Home
last modified time | relevance | path

Searched refs:add_string_case_closure_to (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/icu_casemap/src/
Dcloser.rs284 pub fn add_string_case_closure_to<S: ClosureSink>(self, s: &str, set: &mut S) -> bool { in add_string_case_closure_to() method
285 self.cm.data.add_string_case_closure_to(s, set, self.unfold) in add_string_case_closure_to()
Dinternals.rs625 pub(crate) fn add_string_case_closure_to<S: ClosureSink>( in add_string_case_closure_to() method
/external/rust/android-crates-io/crates/icu_capi/bindings/cpp/icu4x/
DCaseMapCloser.d.hpp40 …inline bool add_string_case_closure_to(std::string_view s, icu4x::CodePointSetBuilder& builder) co…
DCaseMapCloser.hpp56 inline bool icu4x::CaseMapCloser::add_string_case_closure_to(std::string_view s, icu4x::CodePointSe… in add_string_case_closure_to() function in icu4x::CaseMapCloser
/external/rust/android-crates-io/crates/icu_capi/src/
Dcasemap.rs290 icu::casemap::CaseMapCloserBorrowed::add_string_case_closure_to,
293 pub fn add_string_case_closure_to( in add_string_case_closure_to() method
301 .add_string_case_closure_to(s, &mut builder.0) in add_string_case_closure_to()