From 5e226cc757791a47267fb778fb5e5bc680fe1aa1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 15 Apr 2024 18:21:40 +0200 Subject: Add uprop_get_cf() --- include/unicode/prop.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/unicode/prop.h b/include/unicode/prop.h index f1ca36a..7a357cc 100644 --- a/include/unicode/prop.h +++ b/include/unicode/prop.h @@ -744,6 +744,7 @@ enum uprop_sc { [[__mlib_uprop_attrs]] rune uprop_get_slc(rune); [[__mlib_uprop_attrs]] rune uprop_get_stc(rune); [[__mlib_uprop_attrs]] rune uprop_get_suc(rune); +[[__mlib_uprop_attrs]] struct rview uprop_get_cf(rune, bool); [[__mlib_uprop_attrs]] struct rview uprop_get_lc(rune, struct lcctx); [[__mlib_uprop_attrs]] struct rview uprop_get_tc(rune, struct tcctx); [[__mlib_uprop_attrs]] struct rview uprop_get_uc(rune, struct ucctx); -- cgit v1.2.3