Searched defs:simple_fold (Results 1 – 5 of 5) sorted by relevance
157 inline char32_t icu4x::CaseMapper::simple_fold(char32_t ch) const { in simple_fold() function in icu4x::CaseMapper
224 pub fn simple_fold(&self, ch: DiplomatChar) -> DiplomatChar { in simple_fold() method
563 pub fn simple_fold(self, c: char) -> char { in simple_fold() method
135 pub(crate) fn simple_fold(&self, c: char, options: FoldOptions) -> char { in simple_fold() method
81 pub fn simple_fold( in simple_fold() function