Skip to main content

CFStringUppercase

Function CFStringUppercase 

Source
pub extern "C-unwind" fn CFStringUppercase(
    the_string: Option<&CFMutableString>,
    locale: Option<&CFLocale>,
)
👎Deprecated:

renamed to CFMutableString::uppercase

Available on crate features CFLocale and CFString only.