Searched defs:EndWith (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/ |
H A D | string_helper.cpp | 57 bool StringHelper::EndWith(const std::string &value, char suffix) in EndWith() function in OHOS::HDI::StringHelper 65 bool StringHelper::EndWith(const std::string &value, const std::string &suffix) in EndWith() function in OHOS::HDI::StringHelper
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | string_helper.cpp | 64 bool StringHelper::EndWith(const std::string &value, char suffix) in EndWith() function in OHOS::Idl::StringHelper 72 bool StringHelper::EndWith(const std::string &value, const std::string &suffix) in EndWith() function in OHOS::Idl::StringHelper
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | string_utils.h | 697 inline bool EndWith(const std::string& dst, const std::string& suffix) in EndWith() function 702 inline bool EndWith(const std::string& str, const char* suffix, size_t suffixLen) in EndWith() function
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_query.cpp | 224 void RdbQuery::EndWith(const RdbPredicateOperation& operation) in EndWith() function in OHOS::DistributedRdb::RdbQuery
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_utils.cpp | 141 bool VCardUtils::EndWith(const std::string &fullString, const std::string &ending) in EndWith() function in OHOS::Telephony::VCardUtils
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/ |
H A D | string_util.cpp | 479 bool EndWith(const std::string& str, const std::string& sub) in EndWith() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_util.cpp | 152 bool BundleUtil::EndWith(const char *str, const char *subStr) in EndWith() function in OHOS::BundleUtil
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | utils.h | 532 inline bool EndWith(const std::string& dst, const std::string& suffix) in EndWith() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_util.cpp | 813 bool BundleUtil::EndWith(const std::string &source, const std::string &suffix) in EndWith() function in OHOS::AppExecFwk::BundleUtil
|