pub unsafe extern "C" fn ucdn_get_resolved_linebreak_class(
    code: u32
) -> c_int
Expand description

Get resolved linebreak class of a codepoint. This resolves characters in the AI, SG, XX, SA and CJ classes according to rule LB1 of UAX#14. In addition the CB class is resolved as the equivalent B2 class and the NL class is resolved as the equivalent BK class.

@param code Unicode codepoint @return value according to UCDN_LINEBREAK_* and as defined in UAX#14.