Searched refs:IsAsciiAlphaOrAbove (Results 1 – 2 of 2) sorted by relevance
108 for (len = 0; IsAsciiAlphaOrAbove(); Next(), len++) { in ReadWord()147 bool IsAsciiAlphaOrAbove() const { return ch_ >= 'A'; } in IsAsciiAlphaOrAbove() function
81 } else if (in.IsAsciiAlphaOrAbove()) { in Parse()