Home
last modified time | relevance | path

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

/external/rust/crates/nom/src/character/
Dmod.rs82 pub fn is_alphanumeric(chr: u8) -> bool { in is_alphanumeric() function
/external/rust/crates/unicode-segmentation/src/
Dtables.rs49 pub fn is_alphanumeric(c: char) -> bool { in is_alphanumeric() function