| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | clone_on_copy.rs | 20 fn is_ascii(ch: char) -> bool { in is_ascii() function
|
| /third_party/rust/rust/library/std/src/ |
| D | ascii.rs | 58 fn is_ascii(&self) -> bool; in is_ascii() method
|
| /third_party/rust/rust/library/core/benches/ |
| D | ascii.rs | 1 mod is_ascii; module
|
| /third_party/rust/rust/compiler/rustc_lint/src/ |
| D | non_ascii_idents.rs | 203 let is_ascii = symbol_str.is_ascii(); in check_crate() localVariable
|
| /third_party/rust/rust/library/core/src/slice/ |
| D | ascii.rs | 16 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/ |
| D | SkOSFile_stdio.cpp | 27 static bool is_ascii(const char* s) { in is_ascii() function
|
| /third_party/skia/src/ports/ |
| D | SkOSFile_stdio.cpp | 31 static bool is_ascii(const char* s) { in is_ascii() function
|
| /third_party/skia/third_party/externals/angle2/ |
| D | PRESUBMIT.py | 356 def is_ascii(s): function
|
| /third_party/rust/rust/library/std/src/sys/windows/ |
| D | os_str.rs | 232 pub fn is_ascii(&self) -> bool { in is_ascii() method
|
| /third_party/rust/rust/library/std/src/sys/unix/ |
| D | os_str.rs | 275 pub fn is_ascii(&self) -> bool { in is_ascii() method
|
| /third_party/rust/crates/regex/regex-syntax/src/ |
| D | utf8.rs | 427 fn is_ascii(&self) -> bool { in is_ascii() method
|
| /third_party/rust/rust/compiler/rustc_lexer/src/ |
| D | unescape.rs | 417 fn is_ascii(x: u32) -> bool { in is_ascii() function
|
| /third_party/rust/rust/library/core/src/char/ |
| D | methods.rs | 1101 pub const fn is_ascii(&self) -> bool { in is_ascii() method
|
| /third_party/brotli/c/enc/ |
| D | encoder_dict.c | 282 BROTLI_BOOL is_ascii = BROTLI_TRUE; in BuildDictionaryLut() local
|
| /third_party/rust/rust/library/core/src/num/ |
| D | mod.rs | 519 pub const fn is_ascii(&self) -> bool { in is_ascii() method
|
| /third_party/rust/rust/library/core/src/str/ |
| D | mod.rs | 2324 pub const fn is_ascii(&self) -> bool { in is_ascii() method
|
| /third_party/pcre2/pcre2/src/ |
| D | pcre2_jit_test.c | 1170 int is_ascii; in regression_tests() local
|
| /third_party/rust/rust/library/std/src/sys_common/ |
| D | wtf8.rs | 777 pub fn is_ascii(&self) -> bool { in is_ascii() method
|
| /third_party/rust/rust/library/std/src/ffi/ |
| D | os_str.rs | 1033 pub fn is_ascii(&self) -> bool { in is_ascii() method
|
| /third_party/python/Python/ |
| D | fileutils.c | 256 int is_ascii = 0; in check_force_ascii() local
|
| /third_party/python/Objects/ |
| D | unicodeobject.c | 1377 int is_sharing, is_ascii; in PyUnicode_New() local
|