Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/date/
Ddateparser.h120 bool IsAsciiSign() const { return ch_ == '+' || ch_ == '-'; } in IsAsciiSign() function
174 bool IsAsciiSign() { in IsAsciiSign() function
/third_party/node/deps/v8/src/temporal/
Dtemporal-parser.cc43 inline constexpr bool IsAsciiSign(base::uc32 c) { return c == '-' || c == '+'; } in IsAsciiSign() function