Searched defs:shouldAppendCharsetParam (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java439 shouldAppendCharsetParam(familyName, givenName, middleName, prefix, suffix);
457 shouldAppendCharsetParam(formattedName);
548 if (shouldAppendCharsetParam(displayName)) {
570 if (shouldAppendCharsetParam(displayName)) {
637 if (VCardConfig.isVersion30(mVCardType) && shouldAppendCharsetParam(sortString)) {
688 if (shouldAppendCharsetParam(encodedPhoneticFamilyName,
734 if (shouldAppendCharsetParam(phoneticGivenName)) {
757 if (shouldAppendCharsetParam(phoneticMiddleName)) {
780 if (shouldAppendCharsetParam(phoneticFamilyName)) {
2105 private boolean shouldAppendCharsetParam(Strin method in class:VCardBuilder
[all...]

Completed in 58 milliseconds