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