/aosp_15_r20/external/rust/android-crates-io/crates/combine/tests/ |
D | async.rs | 646 let is_whitespace = |b: u8| b == b' ' || b == b'\r' || b == b'\n'; in decode_std() localVariable 681 let is_whitespace = |b: u8| b == b' ' || b == b'\r' || b == b'\n'; in decode_tokio_02() localVariable 717 let is_whitespace = |b: u8| b == b' ' || b == b'\r' || b == b'\n'; in decode_tokio_03() localVariable 753 let is_whitespace = |b: u8| b == b' ' || b == b'\r' || b == b'\n'; in decode_tokio() localVariable 786 let is_whitespace = |b: u8| b == b' ' || b == b'\r' || b == b'\n'; in decode_async_std() localVariable 817 let is_whitespace = |b: u8| b == b' ' || b == b'\r' || b == b'\n'; in decode_loop() localVariable
|
/aosp_15_r20/external/libtextclassifier/native/utils/ |
H A D | tokenizer.cc | 259 bool is_whitespace = true; in ICUTokenize() local 297 UnicodeText::const_iterator it, bool is_whitespace = false) { in NumberTokenize()
|
H A D | tokenizer-utils.cc | 49 bool is_whitespace = IsWhitespace(codepoint); in TokenizeOnWhiteSpacePunctuationAndChineseLetter() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/ |
D | whitespace.rs | 62 fn is_whitespace(ch: char) -> bool { in is_whitespace() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/ |
H A D | whitespace.rs | 62 fn is_whitespace(ch: char) -> bool { in is_whitespace() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/ |
H A D | whitespace.rs | 62 fn is_whitespace(ch: char) -> bool { in is_whitespace() function
|
/aosp_15_r20/external/cpuinfo/src/linux/ |
H A D | cpulist.c | 30 inline static bool is_whitespace(char c) { in is_whitespace() function
|
H A D | processors.c | 58 inline static bool is_whitespace(char c) { in is_whitespace() function
|
/aosp_15_r20/external/crosvm/swap/src/ |
H A D | processes.rs | 139 let is_whitespace = *c == ' '; in parse_process_state() localVariable
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/ |
H A D | optimized_encoder.cc | 60 inline char is_whitespace(char c) { in is_whitespace() function
|
/aosp_15_r20/external/fmtlib/src/ |
H A D | os.cc | 92 static bool is_whitespace(wchar_t c) noexcept { in is_whitespace() function in detail::system_message
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/char/ |
H A D | methods.rs | 862 pub fn is_whitespace(self) -> bool { in is_whitespace() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/char/ |
H A D | methods.rs | 862 pub fn is_whitespace(self) -> bool { in is_whitespace() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/char/ |
H A D | methods.rs | 862 pub fn is_whitespace(self) -> bool { in is_whitespace() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/char/ |
H A D | methods.rs | 859 pub fn is_whitespace(self) -> bool { in is_whitespace() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/char/ |
H A D | methods.rs | 859 pub fn is_whitespace(self) -> bool { in is_whitespace() method
|
/aosp_15_r20/external/skia/modules/skottie/src/text/ |
H A D | TextShaper.cpp | 47 static bool is_whitespace(char c) { in is_whitespace() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/proc-macro2-1.0.80/src/ |
H A D | parse.rs | 152 fn is_whitespace(ch: char) -> bool { in is_whitespace() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/proc-macro2/src/ |
D | parse.rs | 152 fn is_whitespace(ch: char) -> bool { in is_whitespace() function
|
/aosp_15_r20/external/skia/src/ports/ |
H A D | SkFontMgr_android_parser.cpp | 145 static bool is_whitespace(char c) { in is_whitespace() function
|
/aosp_15_r20/external/libtextclassifier/native/annotator/ |
H A D | types.h | 211 bool is_whitespace; member
|
/aosp_15_r20/external/skia/src/sksl/ |
H A D | SkSLParser.cpp | 274 static bool is_whitespace(Token::Kind kind) { in is_whitespace() function
|