Home
last modified time | relevance | path

Searched refs:extractedEnding (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_utils.cpp147 std::string extractedEnding = fullString.substr(fullString.length() - ending.length()); in EndWith() local
149 return extractedEnding == ending; in EndWith()