• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1--- libicu/ndk_headers/unicode/uloc.h	2021-07-29 18:38:27.301302935 +0100
2+++ libicu/ndk_headers/unicode/uloc.h	2021-07-29 18:38:27.461304332 +0100
3@@ -368,6 +368,9 @@
4  *   and unchanged even when uloc_setDefault() is called.
5  *   The returned storage is owned by ICU, and must not be altered or deleted
6  *   by the caller.
7+ * On Android, uloc_setDefault() is not visible because the default Locale in ICU4C,
8+ * ICU4J and java.util.Locale are synchronized. To set a default locale, call
9+ * java.util.Locale#setDefault in java or by reverse JNI.
10  *
11  * @return the ICU default locale
12  * \xrefitem system "System" "System List" Do not use unless you know what you are doing.
13