Home
last modified time | relevance | path

Searched defs:DECIMAL_DIGITS_ADVANCE (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.h48 static constexpr int32_t DECIMAL_DIGITS_ADVANCE = 10; variable
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h55 static constexpr uint32_t DECIMAL_DIGITS_ADVANCE = 10; variable