Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp101 const std::string &givenName, const std::string &middleName, const std::string &familyName) in FormatFullName()
125 std::string givenName = nameData->GetGiven(); in ConstructNameV40() local
240 std::string givenName = nameData->GetGiven(); in ConstructName() local
265 …structor::DealNoEmptyFimilyOrGivenName(const std::string &familyName, const std::string &givenName, in DealNoEmptyFimilyOrGivenName()