Searched refs:phoneticGiven (Results 1 – 4 of 4) sorted by relevance
95 void VCardNameData::SetPhoneticGiven(const std::string &phoneticGiven) in SetPhoneticGiven() argument97 phoneticGiven_ = phoneticGiven; in SetPhoneticGiven()
55 void SetNameDataInfo(const std::string &phoneticFamily, const std::string &phoneticGiven,80 …ntactDataTest::SetNameDataInfo(const std::string &phoneticFamily, const std::string &phoneticGiven, in SetNameDataInfo() argument84 nameData_->SetPhoneticGiven(phoneticGiven); in SetNameDataInfo()121 std::string phoneticGiven = ""; variable125 SetNameDataInfo(phoneticGiven, phoneticFamily, phoneticMiddle);132 phoneticGiven = "phoneticGiven";136 SetNameDataInfo(phoneticGiven, phoneticFamily, phoneticMiddle);
36 void SetPhoneticGiven(const std::string &phoneticGiven);
162 std::string phoneticGiven(reinterpret_cast<const char *>(data), size); in ContructNameData()163 nameData->phoneticGiven_ = phoneticGiven; in ContructNameData()