From 4144a9b49bb3bd0410bfbad18b1c4c19a7a92ce4 Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Wed, 10 Feb 2021 16:12:56 +0000 Subject: Expose ubrk_clone() from NDK - part 2 tools/icu4c_srcgen/libicu_export.txt is the only manual change, and other file changes are generated by the script tools/icu4c_srcgen/generate_ndk.py CTS of ubrk_clone() should be covered in CtsIcu4cTestCases. The test is TestBreakIteratorClone() located at icu4c/source/test/cintltst/cbiapts.c Bug: 177225118 Test: atest CtsIcu4cTestCases Change-Id: I71f2eb80d99dc446a105d8733a791b85fb360898 --- tools/icu4c_srcgen/libicu_export.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/icu4c_srcgen/libicu_export.txt b/tools/icu4c_srcgen/libicu_export.txt index c084befec..c92d01e77 100644 --- a/tools/icu4c_srcgen/libicu_export.txt +++ b/tools/icu4c_srcgen/libicu_export.txt @@ -166,6 +166,7 @@ ubidi_setReorderingMode ubidi_setReorderingOptions ubidi_writeReordered ubidi_writeReverse +ubrk_clone ubrk_close ubrk_countAvailable ubrk_current @@ -190,8 +191,6 @@ ubrk_setUText # ubrk_getLocaleByType # ubrk_openBinaryRules # ubrk_openRules -# The API below has a deprecated argument stackBuffer, and users has other API substitutes. -# ubrk_safeClone uenum_close uenum_count uenum_next -- cgit v1.2.3