Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_opcode.h323 inline bool IsIntersect(uint64_t start, uint64_t end, uint64_t start1, uint64_t end1) const in IsIntersect()
327 inline bool IsAdjacent(uint64_t start, uint64_t end, uint64_t start1, uint64_t end1) const in IsAdjacent()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.h329 inline bool IsIntersect(uint64_t start, uint64_t end, uint64_t start1, uint64_t end1) const in IsIntersect()
333 inline bool IsAdjacent(uint64_t start, uint64_t end, uint64_t start1, uint64_t end1) const in IsAdjacent()
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dinlay_hints.cpp68 const int end1 = start1 + length1; in DecodedTextSpanIntersectsWith() local