about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-03-04 15:08:53 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-03-04 15:08:53 +0100
commit13a8108e1efaef7c797bf0046dbbc8bb8a2db9b5 (patch)
tree51252eb2ad88c2d726194bb5d28c04443fdb314e /src
parent82b19f6f699b927fb4de18a6598b04b4cb228d29 (diff)
downloadbox64-13a8108e1efaef7c797bf0046dbbc8bb8a2db9b5.tar.gz
box64-13a8108e1efaef7c797bf0046dbbc8bb8a2db9b5.zip
Added 2 more symbols to wrapped libicuuc
Diffstat (limited to 'src')
-rw-r--r--src/wrapped/wrappedicuuc66_private.h2
-rw-r--r--src/wrapped/wrappedicuuc67_private.h2
-rw-r--r--src/wrapped/wrappedicuuc72_private.h2
-rw-r--r--src/wrapped/wrappedicuuc74_private.h2
4 files changed, 8 insertions, 0 deletions
diff --git a/src/wrapped/wrappedicuuc66_private.h b/src/wrapped/wrappedicuuc66_private.h
index acc8da80..bcdef087 100644
--- a/src/wrapped/wrappedicuuc66_private.h
+++ b/src/wrapped/wrappedicuuc66_private.h
@@ -28,6 +28,7 @@ GO(ubrk_setUText_66, vFppp)
 GO(ubrk_swap_66, iFppipp)
 
 GO(ucnv_open_66, pFpp)
+GO(ucnv_setDefaultName_66, vFp)
 
 GO(ucurr_forLocale_66, iFppip)
 GO(ucurr_getName_66, pFppippp)
@@ -84,6 +85,7 @@ GO(u_strcpy_66, pFpp)
 GO(u_strlen_66, iFp)
 GO(u_strncpy_66, pFppi)
 GO(u_strToLower_66, iFpipipp)
+GO(u_strToUpper_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 73aa6359..f7a09ece 100644
--- a/src/wrapped/wrappedicuuc67_private.h
+++ b/src/wrapped/wrappedicuuc67_private.h
@@ -28,6 +28,7 @@ GO(ubrk_setUText_67, vFppp)
 GO(ubrk_swap_67, iFppipp)
 
 GO(ucnv_open_67, pFpp)
+GO(ucnv_setDefaultName_67, vFp)
 
 GO(ucurr_forLocale_67, iFppip)
 GO(ucurr_getName_67, pFppippp)
@@ -84,6 +85,7 @@ GO(u_strcpy_67, pFpp)
 GO(u_strlen_67, iFp)
 GO(u_strncpy_67, pFppi)
 GO(u_strToLower_67, iFpipipp)
+GO(u_strToUpper_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 c4bbe36d..d33cea52 100644
--- a/src/wrapped/wrappedicuuc72_private.h
+++ b/src/wrapped/wrappedicuuc72_private.h
@@ -28,6 +28,7 @@ GO(ubrk_setUText_72, vFppp)
 GO(ubrk_swap_72, iFppipp)
 
 GO(ucnv_open_72, pFpp)
+GO(ucnv_setDefaultName_72, vFp)
 
 GO(ucurr_forLocale_72, iFppip)
 GO(ucurr_getName_72, pFppippp)
@@ -84,6 +85,7 @@ GO(u_strcpy_72, pFpp)
 GO(u_strlen_72, iFp)
 GO(u_strncpy_72, pFppi)
 GO(u_strToLower_72, iFpipipp)
+GO(u_strToUpper_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 6aa8504f..e71444bf 100644
--- a/src/wrapped/wrappedicuuc74_private.h
+++ b/src/wrapped/wrappedicuuc74_private.h
@@ -28,6 +28,7 @@ GO(ubrk_setUText_74, vFppp)
 GO(ubrk_swap_74, iFppipp)
 
 GO(ucnv_open_74, pFpp)
+GO(ucnv_setDefaultName_74, vFp)
 
 GO(ucurr_forLocale_74, iFppip)
 GO(ucurr_getName_74, pFppippp)
@@ -84,6 +85,7 @@ GO(u_strcpy_74, pFpp)
 GO(u_strlen_74, iFp)
 GO(u_strncpy_74, pFppi)
 GO(u_strToLower_74, iFpipipp)
+GO(u_strToUpper_74, iFpipipp)
 GO(u_tolower_74, uFu)
 GO(u_toupper_74, uFu)
 GO(u_uastrncpy_74, pFppi)