Searched defs:next_ch (Results 1 – 6 of 6) sorted by relevance
35 let next_ch = match self.buffer.take().or_else(|| self.iter.next()) { in next() localVariable
75 bool Base64::GetNextBase64Char(char ch, char* next_ch) { in GetNextBase64Char()
325 const char next_ch = PeekChar(); in GetToken() local
390 int next_ch = it->first; in LoadCompositeFont() local
655 char next_ch = s[1]; in CalculateLineOffsets() local
535 macro_rules! next_ch { macro