Home
last modified time | relevance | path

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

/external/rust/crates/unicode-normalization/src/
Dstream_safe.rs35 let next_ch = match self.buffer.take().or_else(|| self.iter.next()) { in next() localVariable
/external/webrtc/rtc_base/third_party/base64/
Dbase64.cc75 bool Base64::GetNextBase64Char(char ch, char* next_ch) { in GetNextBase64Char()
/external/llvm-project/lldb/tools/debugserver/source/
DJSON.cpp325 const char next_ch = PeekChar(); in GetToken() local
/external/pdfium/fpdfsdk/
Dfpdf_edittext.cpp390 int next_ch = it->first; in LoadCompositeFont() local
/external/llvm-project/lldb/source/Core/
DSourceManager.cpp655 char next_ch = s[1]; in CalculateLineOffsets() local
/external/rust/crates/proc-macro2/src/
Dparse.rs535 macro_rules! next_ch { macro