blob: b2438e3b7abe47bc05a9b6e3ced59df031d1a58c [file] [log] [blame]
--- 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
@@ -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
* by the caller.
+ * On Android, uloc_setDefault() is not visible because the default Locale in ICU4C,
+ * ICU4J and java.util.Locale are synchronized. To set a default locale, call
+ * java.util.Locale#setDefault in java or by reverse JNI.
*
* @return the ICU default locale
* @system