[−][src]Trait uikit_sys::INSPersonNameComponentsFormatter
Provided methods
unsafe fn stringFromPersonNameComponents_(
self,
components: NSPersonNameComponents
) -> NSString where
Self::Target: Message + Sized,
self,
components: NSPersonNameComponents
) -> NSString where
Self::Target: Message + Sized,
unsafe fn annotatedStringFromPersonNameComponents_(
self,
components: NSPersonNameComponents
) -> NSAttributedString where
Self::Target: Message + Sized,
self,
components: NSPersonNameComponents
) -> NSAttributedString where
Self::Target: Message + Sized,
unsafe fn personNameComponentsFromString_(
self,
string: NSString
) -> NSPersonNameComponents where
Self::Target: Message + Sized,
self,
string: NSString
) -> NSPersonNameComponents where
Self::Target: Message + Sized,
unsafe fn getObjectValue_forString_errorDescription_(
self,
obj: *mut id,
string: NSString,
error: *mut NSString
) -> BOOL where
Self::Target: Message + Sized,
self,
obj: *mut id,
string: NSString,
error: *mut NSString
) -> BOOL where
Self::Target: Message + Sized,
unsafe fn style(self) -> NSPersonNameComponentsFormatterStyle where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn setStyle_(self, style: NSPersonNameComponentsFormatterStyle) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn isPhonetic(self) -> BOOL where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn setPhonetic_(self, phonetic: BOOL) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn localizedStringFromPersonNameComponents_style_options_(
components: NSPersonNameComponents,
nameFormatStyle: NSPersonNameComponentsFormatterStyle,
nameOptions: NSPersonNameComponentsFormatterOptions
) -> NSString where
Self::Target: Message + Sized,
components: NSPersonNameComponents,
nameFormatStyle: NSPersonNameComponentsFormatterStyle,
nameOptions: NSPersonNameComponentsFormatterOptions
) -> NSString where
Self::Target: Message + Sized,