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

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardComposer.java214 final boolean shouldAppendCharsetParam = !(
217 if (mIsDoCoMo || shouldAppendCharsetParam) {
H A DVCardBuilder.java405 shouldAppendCharsetParam(familyName, givenName, middleName, prefix, suffix);
423 shouldAppendCharsetParam(formattedName);
541 if (shouldAppendCharsetParam(part)) {
602 if (VCardConfig.isVersion30(mVCardType) && shouldAppendCharsetParam(sortString)) {
653 if (shouldAppendCharsetParam(encodedPhoneticFamilyName,
699 if (shouldAppendCharsetParam(phoneticGivenName)) {
722 if (shouldAppendCharsetParam(phoneticMiddleName)) {
745 if (shouldAppendCharsetParam(phoneticFamilyName)) {
2070 private boolean shouldAppendCharsetParam(String...propertyValueList) { method in class:VCardBuilder

Completed in 34 milliseconds