Searched refs:mGetUnicodeLocaleKeys (Results 1 – 3 of 3) sorted by relevance
3402 private static Method mGetUnicodeLocaleKeys; field in ULocale.JDKLocaleHelper3433 … mGetUnicodeLocaleKeys = Locale.class.getMethod("getUnicodeLocaleKeys", (Class[]) null);3521 … Set<String> uKeys = (Set<String>) mGetUnicodeLocaleKeys.invoke(loc, (Object[]) null); in toULocale7()
4077 private static Method mGetUnicodeLocaleKeys; field in ULocale.JDKLocaleHelper4108 … mGetUnicodeLocaleKeys = Locale.class.getMethod("getUnicodeLocaleKeys", (Class[]) null);4205 … Set<String> uKeys = (Set<String>) mGetUnicodeLocaleKeys.invoke(loc, (Object[]) null); in toULocale7()
3891 private static Method mGetUnicodeLocaleKeys; field in ULocale.JDKLocaleHelper3922 … mGetUnicodeLocaleKeys = Locale.class.getMethod("getUnicodeLocaleKeys", (Class[]) null);4019 … Set<String> uKeys = (Set<String>) mGetUnicodeLocaleKeys.invoke(loc, (Object[]) null); in toULocale7()