Home
last modified time | relevance | path

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

/external/v8/src/
Ddateparser.h86 for (len = 0; IsAsciiAlphaOrAbove(); Next(), len++) { in ReadWord()
109 bool IsAsciiAlphaOrAbove() const { return ch_ >= 'A'; } in IsAsciiAlphaOrAbove() function
Ddateparser-inl.h200 if (in_->IsAsciiAlphaOrAbove()) { in Scan()