Home
last modified time | relevance | path

Searched defs:is_alphabetic (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/nom/src/character/
Dmod.rs21 pub fn is_alphabetic(chr: u8) -> bool { in is_alphabetic() function
/third_party/rust/crates/nom/src/
Dstr.rs155 fn is_alphabetic(c: char) -> bool { in is_alphabetic() function