Home
last modified time | relevance | path

Searched defs:IsAsciiSign (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Ddateparser.h110 bool IsAsciiSign() const { return ch_ == '+' || ch_ == '-'; } in IsAsciiSign() function
163 bool IsAsciiSign() { in IsAsciiSign() function