Home
last modified time | relevance | path

Searched defs:is_ascii (Results 1 – 21 of 21) sorted by relevance

/third_party/rust/rust/src/tools/clippy/tests/ui/
Dclone_on_copy.rs20 fn is_ascii(ch: char) -> bool { in is_ascii() function
/third_party/rust/rust/library/std/src/
Dascii.rs58 fn is_ascii(&self) -> bool; in is_ascii() method
/third_party/rust/rust/library/core/benches/
Dascii.rs1 mod is_ascii; module
/third_party/rust/rust/compiler/rustc_lint/src/
Dnon_ascii_idents.rs203 let is_ascii = symbol_str.is_ascii(); in check_crate() localVariable
/third_party/rust/rust/library/core/src/slice/
Dascii.rs16 pub const fn is_ascii(&self) -> bool { in is_ascii() method
302 const fn is_ascii(s: &[u8]) -> bool { in is_ascii() function
/third_party/skia/m133/src/ports/
DSkOSFile_stdio.cpp27 static bool is_ascii(const char* s) { in is_ascii() function
/third_party/skia/src/ports/
DSkOSFile_stdio.cpp31 static bool is_ascii(const char* s) { in is_ascii() function
/third_party/skia/third_party/externals/angle2/
DPRESUBMIT.py356 def is_ascii(s): function
/third_party/rust/rust/library/std/src/sys/windows/
Dos_str.rs232 pub fn is_ascii(&self) -> bool { in is_ascii() method
/third_party/rust/rust/library/std/src/sys/unix/
Dos_str.rs275 pub fn is_ascii(&self) -> bool { in is_ascii() method
/third_party/rust/crates/regex/regex-syntax/src/
Dutf8.rs427 fn is_ascii(&self) -> bool { in is_ascii() method
/third_party/rust/rust/compiler/rustc_lexer/src/
Dunescape.rs417 fn is_ascii(x: u32) -> bool { in is_ascii() function
/third_party/rust/rust/library/core/src/char/
Dmethods.rs1101 pub const fn is_ascii(&self) -> bool { in is_ascii() method
/third_party/brotli/c/enc/
Dencoder_dict.c282 BROTLI_BOOL is_ascii = BROTLI_TRUE; in BuildDictionaryLut() local
/third_party/rust/rust/library/core/src/num/
Dmod.rs519 pub const fn is_ascii(&self) -> bool { in is_ascii() method
/third_party/rust/rust/library/core/src/str/
Dmod.rs2324 pub const fn is_ascii(&self) -> bool { in is_ascii() method
/third_party/pcre2/pcre2/src/
Dpcre2_jit_test.c1170 int is_ascii; in regression_tests() local
/third_party/rust/rust/library/std/src/sys_common/
Dwtf8.rs777 pub fn is_ascii(&self) -> bool { in is_ascii() method
/third_party/rust/rust/library/std/src/ffi/
Dos_str.rs1033 pub fn is_ascii(&self) -> bool { in is_ascii() method
/third_party/python/Python/
Dfileutils.c256 int is_ascii = 0; in check_force_ascii() local
/third_party/python/Objects/
Dunicodeobject.c1377 int is_sharing, is_ascii; in PyUnicode_New() local