Searched refs:UNICODE_LOCALE_SUPPORTED_EXTENSIONS (Results 1 – 1 of 1) sorted by relevance
109 private static final ArraySet<String> UNICODE_LOCALE_SUPPORTED_EXTENSIONS = new ArraySet<>(); field in SettingsHelper124 UNICODE_LOCALE_SUPPORTED_EXTENSIONS.add(UNICODE_LOCALE_EXTENSION_FW);125 UNICODE_LOCALE_SUPPORTED_EXTENSIONS.add(UNICODE_LOCALE_EXTENSION_MU);598 if (UNICODE_LOCALE_SUPPORTED_EXTENSIONS.contains(key)) { in copyExtensionToTargetLocale()