Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.h324 inline bool IsIntersect(uint64_t start, uint64_t end, uint64_t start1, uint64_t end1) const in IsIntersect() argument
326 return ((start1 > start) && (start1 < end)) || ((start > start1) && (start < end1)); in IsIntersect()
328 inline bool IsAdjacent(uint64_t start, uint64_t end, uint64_t start1, uint64_t end1) const in IsAdjacent() argument
330 return ((end == start1 || (end + 1) == start1)) || ((end1 == start) || (end1 + 1 == start)); in IsAdjacent()
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/decorators/
Dtest-ts-decorators-16-expected.txt18 paramDec- start1