Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.h35 static constexpr auto FLAG_IGNORECASE = (1U << 1U); variable
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h41 static constexpr auto FLAG_IGNORECASE = (1U << 1U); variable