Home
last modified time | relevance | path

Searched refs:toffset (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dskills_test.cpp1120 int toffset = -1; variable
1124 bool result = base_->RegionMatches(type, toffset, other, ooffset, len);
1137 int toffset = 1; variable
1141 bool result = base_->RegionMatches(type, toffset, other, ooffset, len);
1145 bool result1 = base_->RegionMatches(type, toffset, other, ooffset, len1);
1158 int toffset = 1; variable
1162 bool result = base_->RegionMatches(type, toffset, other, ooffset, len);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp840 bool Skills::RegionMatches(const std::string &type, int toffset, const std::string &other, int ooff… in RegionMatches() argument
842 int to = toffset; in RegionMatches()
845 if ((ooffset < 0) || (toffset < 0) || (toffset > (long)type.size() - len) || in RegionMatches()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dskills.h492 …bool RegionMatches(const std::string &type, int toffset, const std::string &other, int ooffset, in…