HomeSort by relevance Sort by last modified time
    Searched refs:IsAsciiSign (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
dateparser-inl.h 113 !peek.IsAsciiSign()) return false;
137 } else if (token.IsAsciiSign() && (tz.IsUTC() || !time.IsEmpty())) {
167 } else if ((token.IsAsciiSign() || token.IsSymbol(')')) &&
252 if (scanner->Peek().IsAsciiSign()) {
dateparser.h 110 bool IsAsciiSign() const { return ch_ == '+' || ch_ == '-'; }
163 bool IsAsciiSign() {
167 DCHECK(IsAsciiSign());

Completed in 6599 milliseconds