Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/expression/
DregularExpression.ts29 FLAG_UTF16 = (1 << 4), enumerator
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.h38 static constexpr auto FLAG_UTF16 = (1U << 4U); variable
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h43 static constexpr auto FLAG_UTF16 = (1U << 4U); variable