Home
last modified time | relevance | path

Searched defs:EndsWithIgnoreCase (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dstring_helper.cpp31 bool StringHelp::EndsWithIgnoreCase(const std::string &input, const std::string &suffix) in EndsWithIgnoreCase() function in OHOS::Media::Effect::StringHelp
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Dstring_util.h72 inline bool EndsWithIgnoreCase(const std::string& s, const std::string& suffix) in EndsWithIgnoreCase() function