Home
last modified time | relevance | path

Searched refs:IsDigit (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.h76 …return IsAlpha(value, INTL_INDEX_TWO, INTL_INDEX_TWO) || IsDigit(value, INTL_INDEX_THREE, INTL_IND… in IsRegionSubtag()
130 static bool IsDigit(const std::string &str, size_t min, size_t max) in IsDigit() function
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.h56 while (IsDigit()) { in ReadNumber()
89 bool IsDigit() const in IsDigit() function
Djs_locale.h292 …return IsAlpha(value, INTL_INDEX_TWO, INTL_INDEX_TWO) || IsDigit(value, INTL_INDEX_THREE, INTL_IND… in IsRegionSubtag()
640 static bool IsDigit(const std::string &str, size_t min, size_t max) in IsDigit() function
Ddate_parse.cpp272 if (str_->IsDigit()) { in Read()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp117 static bool IsDigit(char c) in IsDigit() function
132 if (!IsDigit(c)) { in GetIndex()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h452 GateRef IsDigit(GateRef ch);
Dstub_builder.cpp1284 GateRef StubBuilder::IsDigit(GateRef ch) in IsDigit() function in panda::ecmascript::kungfu::StubBuilder
1331 Branch(IsDigit(*c), &isDigit, &exit); in StringToElementIndex()
1342 Branch(IsDigit(*c), &isDigit2, &notDigit2); in StringToElementIndex()
5830 Branch(IsDigit(*c), &isDigit, &notIsDigit); in TryStringOrSymbolToElementIndex()
5841 Branch(IsDigit(*c), &isDigit2, &notDigit2); in TryStringOrSymbolToElementIndex()