Home
last modified time | relevance | path

Searched refs:OCTAL_VALUE_RANGE (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h48 static constexpr uint32_t OCTAL_VALUE_RANGE = 32; variable
Dregexp_parser.cpp147 if (value < OCTAL_VALUE_RANGE && c0_ >= '0' && c0_ <= '7') { in ParseOctalLiteral()