Searched refs:next_ch (Results 1 – 4 of 4) sorted by relevance
388 uc32 next_ch = stream_->Advance(); in ConsumeCompareOrShift() local389 if (next_ch == '=') { in ConsumeCompareOrShift()406 } else if (ch == '<' && next_ch == '<') { in ConsumeCompareOrShift()408 } else if (ch == '>' && next_ch == '>') { in ConsumeCompareOrShift()
78 bool Base64::GetNextBase64Char(char ch, char* next_ch) { in GetNextBase64Char() argument79 if (next_ch == NULL) { in GetNextBase64Char()86 *next_ch = (*p) ? *p : Base64Table[0]; in GetNextBase64Char()
54 static bool GetNextBase64Char(char ch, char* next_ch);
354 int next_ch = it->first; in LoadCompositeFont() local356 if (next_ch == ch + 1 && next_w == w) { in LoadCompositeFont()360 ch = next_ch; in LoadCompositeFont()