Home
last modified time | relevance | path

Searched defs:next_ch (Results 1 – 7 of 7) sorted by relevance

/external/rust/android-crates-io/crates/unicode-normalization/src/
Dstream_safe.rs37 let next_ch = match self.buffer.take().or_else(|| self.iter.next()) { in next() localVariable
/external/webrtc/rtc_base/third_party/base64/
Dbase64.cc77 bool Base64::GetNextBase64Char(char ch, char* next_ch) { in GetNextBase64Char()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/proc-macro2-1.0.89/src/
Dparse.rs627 macro_rules! next_ch { macro
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/proc-macro2-1.0.89/src/
Dparse.rs627 macro_rules! next_ch { macro
/external/rust/android-crates-io/crates/proc-macro2/src/
Dparse.rs623 macro_rules! next_ch { macro
/external/pdfium/fpdfsdk/
Dfpdf_edittext.cpp194 int next_ch = it->first; in CreateWidthsArray() local
/external/libtraceevent/src/
Devent-parse.c1214 int ch, last_ch, quote_ch, next_ch; in __read_token() local