Home
last modified time | relevance | path

Searched defs:EndWith (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/utils/
Dstring_utils.h548 inline bool EndWith(const std::string& dst, const std::string& suffix) in EndWith() function
553 inline bool EndWith(const std::string& str, const char* suffix, size_t suffixLen) in EndWith() function
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
Dbundle_util.cpp152 bool BundleUtil::EndWith(const char *str, const char *subStr) in EndWith() function in OHOS::BundleUtil
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_util.cpp587 bool BundleUtil::EndWith(const std::string &source, const std::string &suffix) in EndWith() function in OHOS::AppExecFwk::BundleUtil
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
Dutils.h524 inline bool EndWith(const std::string& dst, const std::string& suffix) in EndWith() function