pub unsafe extern "C-unwind" fn CFStringTokenizerSetString(
tokenizer: &CFStringTokenizer,
string: Option<&CFString>,
range: CFRange,
)
Available on crate features
CFStringTokenizer
and CFBase
only.Expand description
Set the string to tokenize.
Parameter tokenizer
: The reference to CFStringTokenizer returned by
CFStringTokenizerCreate.
Parameter string
: The string to tokenize.
Parameter range
: The range of characters within the string to be tokenized. The
specified range must not exceed the length of the string.