Home
last modified time | relevance | path

Searched refs:ending (Results 1 - 2 of 2) sorted by relevance

/base/telephony/core_service/utils/vcard/include/
H A Dvcard_utils.h31 static bool EndWith(const std::string &fullString, const std::string &ending);
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_utils.cpp141 bool VCardUtils::EndWith(const std::string &fullString, const std::string &ending) in EndWith() argument
143 if (fullString.length() < ending.length()) { in EndWith()
147 std::string extractedEnding = fullString.substr(fullString.length() - ending.length()); in EndWith()
149 return extractedEnding == ending; in EndWith()

Completed in 2 milliseconds