diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-02-16 13:44:12 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-02-16 13:44:12 +0100 |
| commit | c50b0ef9e8342b634af873134a52ec3b7b889f42 (patch) | |
| tree | ddd7c88d232975fce32127e47b6056dfcb3fd87f /src | |
| parent | 10c479034f4b969a0370a1d2734ab895b3a52bbb (diff) | |
| download | box64-c50b0ef9e8342b634af873134a52ec3b7b889f42.tar.gz box64-c50b0ef9e8342b634af873134a52ec3b7b889f42.zip | |
Added a few more function to libicuuc.so.*
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedicuuc66_private.h | 3 | ||||
| -rw-r--r-- | src/wrapped/wrappedicuuc67_private.h | 3 | ||||
| -rw-r--r-- | src/wrapped/wrappedicuuc72_private.h | 3 | ||||
| -rw-r--r-- | src/wrapped/wrappedicuuc74_private.h | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/src/wrapped/wrappedicuuc66_private.h b/src/wrapped/wrappedicuuc66_private.h index a45e54b9..acc8da80 100644 --- a/src/wrapped/wrappedicuuc66_private.h +++ b/src/wrapped/wrappedicuuc66_private.h @@ -27,6 +27,8 @@ GO(ubrk_setText_66, vFppip) GO(ubrk_setUText_66, vFppp) GO(ubrk_swap_66, iFppipp) +GO(ucnv_open_66, pFpp) + GO(ucurr_forLocale_66, iFppip) GO(ucurr_getName_66, pFppippp) @@ -81,6 +83,7 @@ GO(u_strcmp_66, iFpp) GO(u_strcpy_66, pFpp) GO(u_strlen_66, iFp) GO(u_strncpy_66, pFppi) +GO(u_strToLower_66, iFpipipp) GO(u_tolower_66, uFu) GO(u_toupper_66, uFu) GO(u_uastrncpy_66, pFppi) diff --git a/src/wrapped/wrappedicuuc67_private.h b/src/wrapped/wrappedicuuc67_private.h index 276342df..73aa6359 100644 --- a/src/wrapped/wrappedicuuc67_private.h +++ b/src/wrapped/wrappedicuuc67_private.h @@ -27,6 +27,8 @@ GO(ubrk_setText_67, vFppip) GO(ubrk_setUText_67, vFppp) GO(ubrk_swap_67, iFppipp) +GO(ucnv_open_67, pFpp) + GO(ucurr_forLocale_67, iFppip) GO(ucurr_getName_67, pFppippp) @@ -81,6 +83,7 @@ GO(u_strcmp_67, iFpp) GO(u_strcpy_67, pFpp) GO(u_strlen_67, iFp) GO(u_strncpy_67, pFppi) +GO(u_strToLower_67, iFpipipp) GO(u_tolower_67, uFu) GO(u_toupper_67, uFu) GO(u_uastrncpy_67, pFppi) diff --git a/src/wrapped/wrappedicuuc72_private.h b/src/wrapped/wrappedicuuc72_private.h index 99d2dd8b..c4bbe36d 100644 --- a/src/wrapped/wrappedicuuc72_private.h +++ b/src/wrapped/wrappedicuuc72_private.h @@ -27,6 +27,8 @@ GO(ubrk_setText_72, vFppip) GO(ubrk_setUText_72, vFppp) GO(ubrk_swap_72, iFppipp) +GO(ucnv_open_72, pFpp) + GO(ucurr_forLocale_72, iFppip) GO(ucurr_getName_72, pFppippp) @@ -81,6 +83,7 @@ GO(u_strcmp_72, iFpp) GO(u_strcpy_72, pFpp) GO(u_strlen_72, iFp) GO(u_strncpy_72, pFppi) +GO(u_strToLower_72, iFpipipp) GO(u_tolower_72, uFu) GO(u_toupper_72, uFu) GO(u_uastrncpy_72, pFppi) diff --git a/src/wrapped/wrappedicuuc74_private.h b/src/wrapped/wrappedicuuc74_private.h index 8ee226ca..6aa8504f 100644 --- a/src/wrapped/wrappedicuuc74_private.h +++ b/src/wrapped/wrappedicuuc74_private.h @@ -27,6 +27,8 @@ GO(ubrk_setText_74, vFppip) GO(ubrk_setUText_74, vFppp) GO(ubrk_swap_74, iFppipp) +GO(ucnv_open_74, pFpp) + GO(ucurr_forLocale_74, iFppip) GO(ucurr_getName_74, pFppippp) @@ -81,6 +83,7 @@ GO(u_strcmp_74, iFpp) GO(u_strcpy_74, pFpp) GO(u_strlen_74, iFp) GO(u_strncpy_74, pFppi) +GO(u_strToLower_74, iFpipipp) GO(u_tolower_74, uFu) GO(u_toupper_74, uFu) GO(u_uastrncpy_74, pFppi) |