Searched refs:multiLabel (Results 1 – 1 of 1) sorted by relevance
546 CFStringRef multiLabel, localizedMultiLabel; in createHeaderForProperty() local561 … multiLabel = ABMultiValueCopyLabelAtIndex((ABMutableMultiValueRef) _propertyValue, i); in createHeaderForProperty()562 localizedMultiLabel = ABCopyLocalizedPropertyOrLabel(multiLabel); in createHeaderForProperty()564 CFRelease(multiLabel); in createHeaderForProperty()594 CFStringRef multiLabel, localizedMultiLabel; in createHeaderForProperty() local612 … multiLabel = ABMultiValueCopyLabelAtIndex((ABMutableMultiValueRef) _propertyValue, i); in createHeaderForProperty()614 if(multiValue && multiLabel) in createHeaderForProperty()616 localizedMultiLabel = ABCopyLocalizedPropertyOrLabel(multiLabel); in createHeaderForProperty()618 CFRelease(multiLabel); in createHeaderForProperty()620 multiLabel = OUStringToCFString(multiLabelString); in createHeaderForProperty()[all …]