Home
last modified time | relevance | path

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

123

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/
H A Dascii.rs17 pub const fn is_ascii(&self) -> bool { in is_ascii() method
336 const fn is_ascii(s: &[u8]) -> bool { in is_ascii() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/slice/
H A Dascii.rs17 pub const fn is_ascii(&self) -> bool { in is_ascii() method
341 const fn is_ascii(s: &[u8]) -> bool { in is_ascii() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/
H A Dascii.rs17 pub const fn is_ascii(&self) -> bool { in is_ascii() method
336 const fn is_ascii(s: &[u8]) -> bool { in is_ascii() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/
H A Dascii.rs17 pub const fn is_ascii(&self) -> bool { in is_ascii() method
341 const fn is_ascii(s: &[u8]) -> bool { in is_ascii() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/
H A Dascii.rs17 pub const fn is_ascii(&self) -> bool { in is_ascii() method
341 const fn is_ascii(s: &[u8]) -> bool { in is_ascii() function
/aosp_15_r20/external/python/setuptools/setuptools/tests/
D__init__.py9 is_ascii = locale.getpreferredencoding() == 'ANSI_X3.4-1968' variable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/
H A Dascii.rs58 fn is_ascii(&self) -> bool; in is_ascii() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Dascii.rs58 fn is_ascii(&self) -> bool; in is_ascii() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Dascii.rs58 fn is_ascii(&self) -> bool; in is_ascii() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Dascii.rs58 fn is_ascii(&self) -> bool; in is_ascii() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Dascii.rs58 fn is_ascii(&self) -> bool; in is_ascii() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/benches/
H A Dascii.rs1 mod is_ascii; module
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/benches/
H A Dascii.rs1 mod is_ascii; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/benches/
H A Dascii.rs1 mod is_ascii; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/benches/
H A Dascii.rs1 mod is_ascii; module
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/benches/
H A Dascii.rs1 mod is_ascii; module
/aosp_15_r20/external/skia/src/ports/
H A DSkOSFile_stdio.cpp27 static bool is_ascii(const char* s) { in is_ascii() function
/aosp_15_r20/external/angle/
H A DPRESUBMIT.py369 def is_ascii(s): function
/aosp_15_r20/external/rust/crates/uefi/src/data_types/
Dchars.rs93 pub const fn is_ascii(&self) -> bool { in is_ascii() method
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/data_types/
Dchars.rs93 pub const fn is_ascii(&self) -> bool { in is_ascii() method
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dcursor.c262 int is_ascii = 0; in pysqlite_unicode_from_string() local
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/
Dutf8.rs427 fn is_ascii(&self) -> bool { in is_ascii() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/
H A Dutf8.rs426 fn is_ascii(&self) -> bool { in is_ascii() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/os_str/
H A Dwtf8.rs248 pub fn is_ascii(&self) -> bool { in is_ascii() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/os_str/
H A Dwtf8.rs248 pub fn is_ascii(&self) -> bool { in is_ascii() method

123