pub unsafe extern "C" fn utf8proc_isupper(
c: utf8proc_int32_t,
) -> c_intExpand description
Given a codepoint c, return 1 if the codepoint corresponds to an upper-case character
and 0 otherwise.
pub unsafe extern "C" fn utf8proc_isupper(
c: utf8proc_int32_t,
) -> c_intGiven a codepoint c, return 1 if the codepoint corresponds to an upper-case character
and 0 otherwise.