aboutsummaryrefslogtreecommitdiff
path: root/include/unicode
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-15 18:21:40 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-15 18:21:40 +0200
commit5e226cc757791a47267fb778fb5e5bc680fe1aa1 (patch)
tree265f13b0721f5317e23aa4dc0f74fc256368dd26 /include/unicode
parente5c9e06b80bac4f1114e41f43110463c367ab627 (diff)
Add uprop_get_cf()
Diffstat (limited to 'include/unicode')
-rw-r--r--include/unicode/prop.h1
1 files changed, 1 insertions, 0 deletions
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);