Home
last modified time | relevance | path

Searched refs:VCardTool (Results 1 – 25 of 41) sorted by relevance

12

/dports/net/kf5-kcontacts/kcontacts-5.89.0/autotests/
H A Ddatetimetest.cpp90 str = VCardTool::createDateTime(dt, VCard::v4_0); in shouldCreateDateTime()
95 str = VCardTool::createDateTime(dt, VCard::v4_0); in shouldCreateDateTime()
100 str = VCardTool::createDateTime(dt, VCard::v4_0); in shouldCreateDateTime()
105 str = VCardTool::createDateTime(dt, VCard::v4_0); in shouldCreateDateTime()
110 str = VCardTool::createDateTime(dt, VCard::v4_0); in shouldCreateDateTime()
115 str = VCardTool::createDateTime(dt, VCard::v3_0); in shouldCreateDateTime()
120 str = VCardTool::createDateTime(dt, VCard::v3_0); in shouldCreateDateTime()
144 str = VCardTool::createDate(d, VCard::v3_0); in shouldCreateDate()
149 str = VCardTool::createDate(d, VCard::v4_0); in shouldCreateDate()
154 str = VCardTool::createDate(d, VCard::v3_0); in shouldCreateDate()
[all …]
H A Dbirthdaytest.cpp35 KContacts::VCardTool vcard; in shouldParseBirthDay()
55 KContacts::VCardTool vcard; in shouldParseBirthDayWithoutTime()
76 KContacts::VCardTool vcard; in shouldParseBirthDayWithoutTimeAndYear()
93 KContacts::VCardTool vcard; in shouldExportVcard4()
117 KContacts::VCardTool vcard; in shouldExportVcard4WithoutTime()
141 KContacts::VCardTool vcard; in shouldExportVcard4WithoutTimeAndWithoutYear()
165 KContacts::VCardTool vcard; in shouldExportVcard3()
189 KContacts::VCardTool vcard; in shouldExportVcard3WithoutTimeAndWithoutYear()
213 KContacts::VCardTool vcard; in shouldExportVcard3WithoutTime()
H A Dorgtest.cpp103 KContacts::VCardTool vcard; in shouldParseOrg()
124 KContacts::VCardTool vcard; in shouldParseVcardWithTwoOrg()
143 KContacts::VCardTool vcard; in shouldCreateVCardWithSemiColon()
168 KContacts::VCardTool vcard; in shouldParseWithoutOrg()
185 KContacts::VCardTool vcard; in shouldCreateVCard()
211 KContacts::VCardTool vcard; in shouldCreateVCardWithTwoOrg()
241 KContacts::VCardTool vcard; in shouldCreateVCardWithParameters()
269 KContacts::VCardTool vcard; in shouldGenerateOrgForVCard3()
H A Drelatedtest.cpp105 KContacts::VCardTool vcard; in shouldParseRelated()
125 KContacts::VCardTool vcard; in shouldParseRelatedWithArgument()
145 KContacts::VCardTool vcard; in shouldParseWithoutRelated()
162 KContacts::VCardTool vcard; in shouldCreateVCard4()
188 KContacts::VCardTool vcard; in shouldCreateVCardWithTwoRelated()
218 KContacts::VCardTool vcard; in shouldCreateVCardWithParameters()
246 KContacts::VCardTool vcard; in shouldNotExportInVcard3()
H A Dtitletest.cpp104 KContacts::VCardTool vcard; in shouldParseTwoTitles()
125 KContacts::VCardTool vcard; in shouldParseTitle()
144 KContacts::VCardTool vcard; in shouldParseWithoutTitle()
162 KContacts::VCardTool vcard; in shouldCreateVCard()
188 KContacts::VCardTool vcard; in shouldCreateVCardWithTwoTitle()
218 KContacts::VCardTool vcard; in shouldCreateVCardWithParameters()
246 KContacts::VCardTool vcard; in shouldGenerateTitleForVCard3()
H A Dimportexportvcardtest.cpp117 KContacts::VCardTool vcard; in shouldExportFullTestVcard4()
151 KContacts::VCardTool vcard; in shouldExportMiscElementVcard4()
185 KContacts::VCardTool vcard; in shouldExportMemberElementVcard4()
211 KContacts::VCardTool vcard; in shouldExportMissingNewlineVcard4()
H A Dgeotest.cpp97 KContacts::VCardTool vcard; in shouldParseGeoVCard3()
118 KContacts::VCardTool vcard; in shouldParseGeoVCard4()
140 KContacts::VCardTool vcard; in shouldGenerateVCard3()
166 KContacts::VCardTool vcard; in shouldGenerateVCard4()
187 KContacts::VCardTool vcard; in shouldGenerateWithoutGeo()
H A Dimpptest.cpp97 KContacts::VCardTool vcard; in shouldParseWithoutImpp()
115 KContacts::VCardTool vcard; in shouldParseImpp()
137 KContacts::VCardTool vcard; in shouldParseImppVcard4()
184 KContacts::VCardTool vcard; in shouldParseServiceType()
227 KContacts::VCardTool vcard; in shouldExportEmptyType()
253 KContacts::VCardTool vcard; in shouldExportType()
282 KContacts::VCardTool vcard; in shouldExportWithParameters()
312 KContacts::VCardTool vcard; in shouldShouldNotExportTwiceServiceType()
H A Dlangtest.cpp103 KContacts::VCardTool vcard; in shouldParseLanguage()
121 KContacts::VCardTool vcard; in shouldParseWithoutLanguage()
138 KContacts::VCardTool vcard; in shouldCreateVCard()
164 KContacts::VCardTool vcard; in shouldCreateVCardWithTwoLang()
194 KContacts::VCardTool vcard; in shouldCreateVCardWithParameters()
222 KContacts::VCardTool vcard; in shouldNotGenerateLangForVCard3()
H A Dclientpidmaptest.cpp103 KContacts::VCardTool vcard; in shouldParseClientPidMap()
121 KContacts::VCardTool vcard; in shouldParseWithoutClientPidMap()
138 KContacts::VCardTool vcard; in shouldCreateVCard()
164 KContacts::VCardTool vcard; in shouldCreateVCardWithTwoClientPidMap()
194 KContacts::VCardTool vcard; in shouldCreateVCardWithParameters()
222 KContacts::VCardTool vcard; in shouldGenerateClientPidMapForVCard3()
H A Dgendertest.cpp141 KContacts::VCardTool vcard; in shouldParseGender()
172 KContacts::VCardTool vcard; in shouldExportEmptyGender()
188 KContacts::VCardTool vcard; in shouldExportOnlyGenderWithoutCommentGender()
205 KContacts::VCardTool vcard; in shouldExportOnlyGenderWithCommentGender()
221 KContacts::VCardTool vcard; in shouldExportOnlyGenderWithoutTypeCommentGender()
237 KContacts::VCardTool vcard; in shouldNotExportInVcard3()
H A Dnicknametest.cpp103 KContacts::VCardTool vcard; in shouldParseNickName()
122 KContacts::VCardTool vcard; in shouldParseWithoutNickName()
140 KContacts::VCardTool vcard; in shouldCreateVCard()
166 KContacts::VCardTool vcard; in shouldCreateVCardWithTwoNickName()
196 KContacts::VCardTool vcard; in shouldCreateVCardWithParameters()
224 KContacts::VCardTool vcard; in shouldGenerateNickNameForVCard3()
H A Droletest.cpp103 KContacts::VCardTool vcard; in shouldParseRole()
122 KContacts::VCardTool vcard; in shouldParseWithoutRole()
140 KContacts::VCardTool vcard; in shouldCreateVCard()
166 KContacts::VCardTool vcard; in shouldCreateVCardWithTwoRole()
196 KContacts::VCardTool vcard; in shouldCreateVCardWithParameters()
224 KContacts::VCardTool vcard; in shouldGenerateRoleForVCard3()
H A Dfieldgrouptest.cpp116 KContacts::VCardTool vcard; in shouldParseFieldGroup()
133 KContacts::VCardTool vcard; in shouldParseWithoutFieldGroup()
152 KContacts::VCardTool vcard; in shouldCreateVCard()
182 KContacts::VCardTool vcard; in shouldCreateVCardWithTwoLang()
214 KContacts::VCardTool vcard; in shouldCreateVCardWithParameters()
244 KContacts::VCardTool vcard; in shouldNotGenerateFieldGroupForVCard3()
H A Dsoundtest.cpp143 KContacts::VCardTool vcard; in shouldParseSource()
165 KContacts::VCardTool vcard; in shouldGenerateVCard4WithData()
192 KContacts::VCardTool vcard; in shouldGenerateVCard4WithUrl()
220 KContacts::VCardTool vcard; in shouldGenerateVCard3WithData()
247 KContacts::VCardTool vcard; in shouldGenerateVCard3WithUrl()
H A Dkeytest.cpp102 KContacts::VCardTool vcard; in shouldExportVCard3()
125 KContacts::VCardTool vcard; in shouldExportVCard4()
150 KContacts::VCardTool vcard; in shouldParseVcard3()
171 KContacts::VCardTool vcard; in shouldParseVcard4()
H A Demailtest.cpp103 KContacts::VCardTool vcard; in shouldParseEmailVCard()
126 KContacts::VCardTool vcard; in shouldParseEmailVCardWithMultiEmails()
154 KContacts::VCardTool vcard; in shouldParseEmailVCardWithoutEmail()
167 KContacts::VCardTool vcard; in shouldExportVcard()
H A Dcalendarurltest.cpp131 KContacts::VCardTool vcard; in shouldParseCalendarUrl()
181 KContacts::VCardTool vcard; in shouldGenerateVCard()
226 KContacts::VCardTool vcard; in shouldGenerateVCardWithParameter()
253 KContacts::VCardTool vcard; in shouldNotGeneratedAttributeForVcard3()
288 KContacts::VCardTool vcard; in shouldGenerateMultiCalendarUrl()
H A Dvcardtool_benchmark.cpp35 KContacts::VCardTool vcard; in testParserPerformance()
61 KContacts::VCardTool vcard; in testExportPerformance()
H A Dphonenumbertest.cpp188 KContacts::VCardTool vcard; in shouldParseVCard21()
213 KContacts::VCardTool vcard; in shouldExportVCard21()
241 KContacts::VCardTool vcard; in shouldExportVCard3()
269 KContacts::VCardTool vcard; in shouldExportVCard4()
298 KContacts::VCardTool vcard; in shouldParseVcard3()
320 KContacts::VCardTool vcard; in shouldParseVcard4()
H A Dresourcelocatorurltest.cpp102 KContacts::VCardTool vcard; in shouldParseResourceLocatorUrl()
133 KContacts::VCardTool vcard; in shouldGenerateVCard4()
170 KContacts::VCardTool vcard; in shouldGenerateVCardWithParameter()
209 KContacts::VCardTool vcard; in shouldGenerateVCard3()
H A Dcustomidentifiertest.cpp38 KContacts::VCardTool vcard; in shouldExportVcard3()
79 KContacts::VCardTool vcard; in shouldExportVcard4()
/dports/net/kf5-kcontacts/kcontacts-5.89.0/src/
H A Dvcardtool_p.h24 class KCONTACTS_EXPORT VCardTool
27 VCardTool();
28 ~VCardTool();
82 Q_DISABLE_COPY(VCardTool)
H A Dvcardtool.cpp90 VCardTool::VCardTool() in VCardTool() function in VCardTool
94 VCardTool::~VCardTool() in ~VCardTool()
687 Addressee::List VCardTool::parseVCards(const QByteArray &vcard) const in parseVCards()
1198 QDateTime VCardTool::parseDateTime(const QString &str, bool *timeValid) in parseDateTime()
1315 QString VCardTool::createDate(const QDate &date, VCard::Version version) in createDate()
1341 Picture VCardTool::parsePicture(const VCardLine &line) const in parsePicture()
1390 Sound VCardTool::parseSound(const VCardLine &line) const in parseSound()
1434 Key VCardTool::parseKey(const VCardLine &line) const in parseKey()
1507 Secrecy VCardTool::parseSecrecy(const VCardLine &line) const in parseSecrecy()
1523 VCardLine VCardTool::createSecrecy(const Secrecy &secrecy) const in createSecrecy()
[all …]
/dports/net/kf5-kcontacts/kcontacts-5.89.0/src/converter/
H A Dvcardconverter.cpp32 VCardTool tool; in exportVCards()
59 VCardTool tool; in createVCards()
85 VCardTool tool; in parseVCards()

12