Searched refs:add_string_case_closure_to (Results 1 – 5 of 5) sorted by relevance
284 pub fn add_string_case_closure_to<S: ClosureSink>(self, s: &str, set: &mut S) -> bool { in add_string_case_closure_to() method285 self.cm.data.add_string_case_closure_to(s, set, self.unfold) in add_string_case_closure_to()
625 pub(crate) fn add_string_case_closure_to<S: ClosureSink>( in add_string_case_closure_to() method
40 …inline bool add_string_case_closure_to(std::string_view s, icu4x::CodePointSetBuilder& builder) co…
56 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
290 icu::casemap::CaseMapCloserBorrowed::add_string_case_closure_to,293 pub fn add_string_case_closure_to( in add_string_case_closure_to() method301 .add_string_case_closure_to(s, &mut builder.0) in add_string_case_closure_to()