Home
last modified time | relevance | path

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

/ark/ts2abc/ts2panda/src/expression/
DregularExpression.ts26 FLAG_IGNORECASE = (1 << 1), enumerator
/ark/js_runtime/ecmascript/regexp/
Dregexp_parser.h35 static constexpr auto FLAG_IGNORECASE = (1U << 1U); variable