Home
last modified time | relevance | path

Searched defs:is_word_byte (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/
H A Dutf8.rs16 pub(crate) fn is_word_byte(b: u8) -> bool { in is_word_byte() function
H A Dalphabet.rs171 pub fn is_word_byte(self) -> bool { in is_word_byte() method
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/
Dlib.rs259 pub fn is_word_byte(c: u8) -> bool { in is_word_byte() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/
H A Dlib.rs376 pub fn is_word_byte(c: u8) -> bool { in is_word_byte() function
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dinput.rs386 pub fn is_word_byte(self) -> bool { in is_word_byte() method