Searched defs:to_upper (Results 1 – 4 of 4) sorted by relevance
100 to_upper: BTreeMap<u32, (u32, u32, u32)>, field146 let mut to_upper = BTreeMap::new(); in load_data() localVariable
42 static inline int to_upper(int c) { in to_upper() function
30 static inline int to_upper(int c) { in to_upper() function
602 pub fn to_upper(c: char) -> [char; 3] { in to_upper() function