aboutsummaryrefslogtreecommitdiff
path: root/include/unicode/prop.h
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-05-31 19:11:52 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-05-31 19:16:00 +0200
commitc0e510b356643089d132688b58a4e02f28f05677 (patch)
treeed75a964a2ec9ad4a01ae03f16510eda00ecc2dc /include/unicode/prop.h
parent114b88f931c7d99d88ad976f6e7c5bb67f1a830d (diff)
Add uprop_get_wdth() and ucswdth()
Diffstat (limited to 'include/unicode/prop.h')
-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 a7e90ad..e11aa21 100644
--- a/include/unicode/prop.h
+++ b/include/unicode/prop.h
@@ -1144,6 +1144,7 @@ enum uprop_wb : uint_least8_t {
[[_mlib_pure]] enum uprop_sc uprop_get_sc(rune);
[[_mlib_pure]] enum uprop_vo uprop_get_vo(rune);
[[_mlib_pure]] enum uprop_wb uprop_get_wb(rune);
+[[_mlib_pure]] int uprop_get_wdth(rune);
[[_mlib_pure]] rune uprop_get_bmg(rune);
[[_mlib_pure]] rune uprop_get_bpb(rune);
[[_mlib_pure]] rune uprop_get_equideo(rune);