Home
last modified time | relevance | path

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

/third_party/rust/rust/library/core/src/char/
Dmethods.rs1365 pub const fn is_ascii_lowercase(&self) -> bool { in is_ascii_lowercase() method
/third_party/rust/rust/library/core/src/num/
Dmod.rs757 pub const fn is_ascii_lowercase(&self) -> bool { in is_ascii_lowercase() method