Searched refs:IsAsciiAlphaOrAbove (Results 1 – 2 of 2) sorted by relevance
86 for (len = 0; IsAsciiAlphaOrAbove(); Next(), len++) { in ReadWord()109 bool IsAsciiAlphaOrAbove() const { return ch_ >= 'A'; } in IsAsciiAlphaOrAbove() function
200 if (in_->IsAsciiAlphaOrAbove()) { in Scan()