Home
last modified time | relevance | path

Searched refs:next_ch (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/asmjs/
Dasm-scanner.cc388 uc32 next_ch = stream_->Advance(); in ConsumeCompareOrShift() local
389 if (next_ch == '=') { in ConsumeCompareOrShift()
406 } else if (ch == '<' && next_ch == '<') { in ConsumeCompareOrShift()
408 } else if (ch == '>' && next_ch == '>') { in ConsumeCompareOrShift()
/external/webrtc/webrtc/base/
Dbase64.cc78 bool Base64::GetNextBase64Char(char ch, char* next_ch) { in GetNextBase64Char() argument
79 if (next_ch == NULL) { in GetNextBase64Char()
86 *next_ch = (*p) ? *p : Base64Table[0]; in GetNextBase64Char()
Dbase64.h54 static bool GetNextBase64Char(char ch, char* next_ch);
/external/pdfium/fpdfsdk/
Dfpdfedittext.cpp354 int next_ch = it->first; in LoadCompositeFont() local
356 if (next_ch == ch + 1 && next_w == w) { in LoadCompositeFont()
360 ch = next_ch; in LoadCompositeFont()