summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-06-30 18:21:16 -0600
committerKarl Williamson <khw@cpan.org>2021-08-14 09:44:58 -0600
commit6af810c44554f309acce080a8c3d2ebefa0eb965 (patch)
tree78ca4fd1f6bffd7f9dc7aa0eb4eb67e37e5eabc9 /embed.fnc
parent5fd26678bf8c8b48b9fdad829c928780cd445d2e (diff)
downloadperl-6af810c44554f309acce080a8c3d2ebefa0eb965.tar.gz
Add utf8_to_utf16
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 89f806d232..d8c500e9ca 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2546,6 +2546,8 @@ EXp |U8* |utf16_to_utf8_base|NN U8* p|NN U8 *d|Size_t bytelen|NN Size_t *newlen
|const bool high|const bool low
EMXp |U8* |utf16_to_utf8 |NN U8* p|NN U8 *d|Size_t bytelen|NN Size_t *newlen
EMXp |U8* |utf16_to_utf8_reversed|NN U8* p|NN U8 *d|Size_t bytelen|NN Size_t *newlen
+EXpx |U8* |utf8_to_utf16_base|NN U8* s|NN U8 *d|Size_t bytelen|NN Size_t *newlen \
+ |const bool high|const bool low
AdpR |STRLEN |utf8_length |NN const U8* s|NN const U8 *e
AipdR |IV |utf8_distance |NN const U8 *a|NN const U8 *b
AipdRT |U8* |utf8_hop |NN const U8 *s|SSize_t off