Searched refs:toffset (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | skills_test.cpp | 1120 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 D | skills.cpp | 840 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 D | skills.h | 492 …bool RegionMatches(const std::string &type, int toffset, const std::string &other, int ooffset, in…
|