Searched defs:start1 (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_opcode.h | 328 inline bool IsIntersect(uint64_t start, uint64_t end, uint64_t start1, uint64_t end1) const in IsIntersect() 332 inline bool IsAdjacent(uint64_t start, uint64_t end, uint64_t start1, uint64_t end1) const in IsAdjacent()
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_opcode.h | 323 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()
|