Home
last modified time | relevance | path

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

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