Searched defs:IsAsciiSign (Results 1 – 2 of 2) sorted by relevance
120 bool IsAsciiSign() const { return ch_ == '+' || ch_ == '-'; } in IsAsciiSign() function174 bool IsAsciiSign() { in IsAsciiSign() function
43 inline constexpr bool IsAsciiSign(base::uc32 c) { return c == '-' || c == '+'; } in IsAsciiSign() function