[][src]Trait uikit_sys::NSString_NSLinguisticAnalysis

pub trait NSString_NSLinguisticAnalysis: Sized + Deref {
    unsafe fn linguisticTagsInRange_scheme_options_orthography_tokenRanges_(
        self,
        range: NSRange,
        scheme: NSString,
        options: NSLinguisticTaggerOptions,
        orthography: NSOrthography,
        tokenRanges: *mut NSArray
    ) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn enumerateLinguisticTagsInRange_scheme_options_orthography_usingBlock_(
        self,
        range: NSRange,
        scheme: NSString,
        options: NSLinguisticTaggerOptions,
        orthography: NSOrthography,
        block: _bindgen_ty_id_152962
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn linguisticTagsInRange_scheme_options_orthography_tokenRanges_(
    self,
    range: NSRange,
    scheme: NSString,
    options: NSLinguisticTaggerOptions,
    orthography: NSOrthography,
    tokenRanges: *mut NSArray
) -> NSArray where
    Self::Target: Message + Sized

unsafe fn enumerateLinguisticTagsInRange_scheme_options_orthography_usingBlock_(
    self,
    range: NSRange,
    scheme: NSString,
    options: NSLinguisticTaggerOptions,
    orthography: NSOrthography,
    block: _bindgen_ty_id_152962
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl NSString_NSLinguisticAnalysis for NSConstantString[src]

impl NSString_NSLinguisticAnalysis for NSMutableString[src]

impl NSString_NSLinguisticAnalysis for NSSimpleCString[src]

impl NSString_NSLinguisticAnalysis for NSString[src]

Loading content...