Searched defs:is_ascii_alphabetic (Results 1 – 11 of 11) sorted by relevance
1349 pub const fn is_ascii_alphabetic(&self) -> bool { in is_ascii_alphabetic() method
1346 pub const fn is_ascii_alphabetic(&self) -> bool { in is_ascii_alphabetic() method
687 pub const fn is_ascii_alphabetic(&self) -> bool { in is_ascii_alphabetic() method
689 pub const fn is_ascii_alphabetic(&self) -> bool { in is_ascii_alphabetic() method
27 static inline bool is_ascii_alphabetic(char c) { in is_ascii_alphabetic() function