Searched defs:simple_uppercase (Results 1 – 3 of 3) sorted by relevance
145 inline char32_t icu4x::CaseMapper::simple_uppercase(char32_t ch) const { in simple_uppercase() function in icu4x::CaseMapper
201 pub fn simple_uppercase(&self, ch: DiplomatChar) -> DiplomatChar { in simple_uppercase() method
496 pub fn simple_uppercase(self, c: char) -> char { in simple_uppercase() method