Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp1244 if (c1 == CLASS_RANGE_BASE) { in ParseClassRanges()
1259 if (c2 == CLASS_RANGE_BASE) { in ParseClassRanges()
1354 result = CLASS_RANGE_BASE; in ParseClassEscape()
1363 result = CLASS_RANGE_BASE; in ParseClassEscape()
1374 result = CLASS_RANGE_BASE; in ParseClassEscape()
1407 result = CLASS_RANGE_BASE; in ParseClassEscape()
Dregexp_parser.h44 static constexpr int CLASS_RANGE_BASE = 0x40000000; variable