Home
last modified time | relevance | path

Searched defs:MULTIPLIER (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp533 constexpr auto MULTIPLIER = 10; in ParseDecimalEscape() local
596 constexpr auto MULTIPLIER = 16; in ParseHexEscape() local
619 constexpr auto MULTIPLIER = 16; in ParseUnicodeDigits() local
637 constexpr auto MULTIPLIER = 16; in ParseUnicodeEscape() local
762 constexpr auto MULTIPLIER = 10; in ParseBracedQuantifier() local
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.h317 constexpr auto MULTIPLIER = 16; in ScanHexEscape() local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp136 constexpr auto MULTIPLIER = 10; in GetIndex() local