Home
last modified time | relevance | path

Searched refs:IsAsciiAlphaOrAbove (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Ddateparser.h108 for (len = 0; IsAsciiAlphaOrAbove(); Next(), len++) { in ReadWord()
147 bool IsAsciiAlphaOrAbove() const { return ch_ >= 'A'; } in IsAsciiAlphaOrAbove() function
Ddateparser-inl.h81 } else if (in.IsAsciiAlphaOrAbove()) { in Parse()