Home
last modified time | relevance | path

Searched full:end1 (Results 1 – 3 of 3) 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/runtime_core/tests/cts-generator/cts-template/
Dthrow.yaml636 end1:
650 .catch E1, begin1, end1, catch1
710 end1:
724 .catch panda.NullPointerException, begin1, end1, catch1
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp5490 end1: in TEST_F()
5505 .catch E1, begin1, end1, catch1 in TEST_F()
5566 end1: in TEST_F()
5582 .catch panda.NullPointerException, begin1, end1, catch1 in TEST_F()
5657 end1: in TEST_F()
5672 .catch E1, begin1, end1, catch1 in TEST_F()