Searched defs:IsDigit (Results 1 – 7 of 7) sorted by relevance
26 constexpr bool IsDigit(char c) in IsDigit() function
130 static bool IsDigit(const std::string &str, size_t min, size_t max) in IsDigit() function
101 static bool IsDigit(char c) in IsDigit() function
94 bool IsDigit() const in IsDigit() function
643 static bool IsDigit(const std::string &str, size_t min, size_t max) in IsDigit() function
116 static bool IsDigit(char c) in IsDigit() function
1407 GateRef StubBuilder::IsDigit(GateRef ch) in IsDigit() function in panda::ecmascript::kungfu::StubBuilder