summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorVictor Chang <vichang@google.com>2021-01-19 16:38:02 +0000
committerVictor Chang <vichang@google.com>2021-01-21 17:46:31 +0000
commit393b25be57e25e7a4548a62930fc279cf248f8bd (patch)
treeec73154bacfa4e7206ea318bad32a3963adf1454 /tools
parentce4bf3ca37b8d50f2eddb3e5dec702a7ea48f694 (diff)
downloadicu-393b25be57e25e7a4548a62930fc279cf248f8bd.tar.gz
Regenerate patches in libicu headers
Change-Id: I62a5e7a832f0065a08b03ea522398fcd855d83b2
Diffstat (limited to 'tools')
-rw-r--r--tools/icu4c_srcgen/doc_patches/patches/unicode/uloc.h.patch4
-rw-r--r--tools/icu4c_srcgen/doc_patches/patches/unicode/ulocdata.h.patch4
-rw-r--r--tools/icu4c_srcgen/doc_patches/patches/unicode/utext.h.patch12
3 files changed, 10 insertions, 10 deletions
diff --git a/tools/icu4c_srcgen/doc_patches/patches/unicode/uloc.h.patch b/tools/icu4c_srcgen/doc_patches/patches/unicode/uloc.h.patch
index b2438e3b7..5c60e81ca 100644
--- a/tools/icu4c_srcgen/doc_patches/patches/unicode/uloc.h.patch
+++ b/tools/icu4c_srcgen/doc_patches/patches/unicode/uloc.h.patch
@@ -1,5 +1,5 @@
---- libicu/ndk_headers/unicode/uloc.h 2020-11-20 20:54:36.898730971 +0000
-+++ libicu/ndk_headers/unicode/uloc.h 2020-11-20 20:54:37.010731778 +0000
+--- libicu/ndk_headers/unicode/uloc.h 2021-01-19 16:37:46.343488297 +0000
++++ libicu/ndk_headers/unicode/uloc.h 2021-01-19 16:37:46.447489035 +0000
@@ -368,6 +368,9 @@
* and unchanged even when uloc_setDefault() is called.
* The returned storage is owned by ICU, and must not be altered or deleted
diff --git a/tools/icu4c_srcgen/doc_patches/patches/unicode/ulocdata.h.patch b/tools/icu4c_srcgen/doc_patches/patches/unicode/ulocdata.h.patch
index c771dcbfe..3a53a2c3a 100644
--- a/tools/icu4c_srcgen/doc_patches/patches/unicode/ulocdata.h.patch
+++ b/tools/icu4c_srcgen/doc_patches/patches/unicode/ulocdata.h.patch
@@ -1,5 +1,5 @@
---- libicu/ndk_headers/unicode/ulocdata.h 2020-11-20 20:54:36.910731058 +0000
-+++ libicu/ndk_headers/unicode/ulocdata.h 2020-11-20 20:54:37.042732009 +0000
+--- libicu/ndk_headers/unicode/ulocdata.h 2021-01-19 16:37:46.243487587 +0000
++++ libicu/ndk_headers/unicode/ulocdata.h 2021-01-19 16:37:46.475489234 +0000
@@ -21,87 +21,11 @@
#include "unicode/uloc.h"
diff --git a/tools/icu4c_srcgen/doc_patches/patches/unicode/utext.h.patch b/tools/icu4c_srcgen/doc_patches/patches/unicode/utext.h.patch
index 285ecf273..affb30902 100644
--- a/tools/icu4c_srcgen/doc_patches/patches/unicode/utext.h.patch
+++ b/tools/icu4c_srcgen/doc_patches/patches/unicode/utext.h.patch
@@ -1,5 +1,5 @@
---- libicu/ndk_headers/unicode/utext.h 2021-01-05 23:51:30.030377543 +0000
-+++ libicu/ndk_headers/unicode/utext.h 2021-01-05 23:51:30.242378962 +0000
+--- libicu/ndk_headers/unicode/utext.h 2021-01-19 16:37:46.283487871 +0000
++++ libicu/ndk_headers/unicode/utext.h 2021-01-19 16:37:46.503489433 +0000
@@ -657,787 +657,6 @@
@@ -199,7 +199,7 @@
- * @param dest A UText struct to be filled in with the result of the clone operation,
- * or NULL if the clone function should heap-allocate a new UText struct.
- * @param src The UText to be cloned.
-- * @param deep TRUE to request a deep clone, FALSE for a shallow clone.
+- * @param deep true to request a deep clone, false for a shallow clone.
- * @param status Errors are returned here. For deep clones, U_UNSUPPORTED_ERROR
- * should be returned if the text provider is unable to clone the
- * original text.
@@ -235,9 +235,9 @@
- *
- * @param ut the UText being accessed.
- * @param nativeIndex Requested index of the text to be accessed.
-- * @param forward If TRUE, then the returned chunk must contain text
+- * @param forward If true, then the returned chunk must contain text
- * starting from the index, so that start<=index<limit.
-- * If FALSE, then the returned chunk must contain text
+- * If false, then the returned chunk must contain text
- * before the index, so that start<index<=limit.
- * @return True if the requested index could be accessed. The chunk
- * will contain the requested text.
@@ -341,7 +341,7 @@
- * @param nativeStart The index of the start of the region to be copied or moved
- * @param nativeLimit The index of the character following the region to be replaced.
- * @param nativeDest The destination index to which the source substring is copied or moved.
-- * @param move If TRUE, then the substring is moved, not copied/duplicated.
+- * @param move If true, then the substring is moved, not copied/duplicated.
- * @param status receives any error status. Possible errors include U_NO_WRITE_PERMISSION
- *
- * @stable ICU 3.4