Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.h130 static bool IsDigit(const std::string &str, size_t min, size_t max) in IsDigit() function
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.h89 bool IsDigit() const in IsDigit() function
Djs_locale.h639 static bool IsDigit(const std::string &str, size_t min, size_t max) in IsDigit() function
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp116 static bool IsDigit(char c) in IsDigit() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1284 GateRef StubBuilder::IsDigit(GateRef ch) in IsDigit() function in panda::ecmascript::kungfu::StubBuilder