Searched refs:IsDigit (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/intl/ |
D | locale_helper.h | 76 …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/ |
D | date_parse.h | 56 while (IsDigit()) { in ReadNumber() 89 bool IsDigit() const in IsDigit() function
|
D | js_locale.h | 292 …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
|
D | date_parse.cpp | 272 if (str_->IsDigit()) { in Read()
|
/arkcompiler/ets_frontend/es2panda/util/ |
D | helpers.cpp | 117 static bool IsDigit(char c) in IsDigit() function 132 if (!IsDigit(c)) { in GetIndex()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder.h | 452 GateRef IsDigit(GateRef ch);
|
D | stub_builder.cpp | 1284 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, ¬Digit2); in StringToElementIndex() 5830 Branch(IsDigit(*c), &isDigit, ¬IsDigit); in TryStringOrSymbolToElementIndex() 5841 Branch(IsDigit(*c), &isDigit2, ¬Digit2); in TryStringOrSymbolToElementIndex()
|