Skip to main content

CFStringLowercase

Function CFStringLowercase 

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

renamed to CFMutableString::lowercase

Available on crate features CFLocale and CFString only.