Searched defs:is_ascii_alphabetic (Results 1 – 3 of 3) sorted by relevance
52 pub const fn is_ascii_alphabetic(&self) -> bool { in is_ascii_alphabetic() method209 pub const fn is_ascii_alphabetic(&self) -> bool { in is_ascii_alphabetic() method
423 pub const fn is_ascii_alphabetic(&self) -> bool { in is_ascii_alphabetic() method
25 static inline bool is_ascii_alphabetic(char c) { in is_ascii_alphabetic() function