From 393b25be57e25e7a4548a62930fc279cf248f8bd Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Tue, 19 Jan 2021 16:38:02 +0000 Subject: Regenerate patches in libicu headers Change-Id: I62a5e7a832f0065a08b03ea522398fcd855d83b2 --- tools/icu4c_srcgen/doc_patches/patches/unicode/uloc.h.patch | 4 ++-- .../doc_patches/patches/unicode/ulocdata.h.patch | 4 ++-- tools/icu4c_srcgen/doc_patches/patches/unicode/utext.h.patch | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'tools') 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