Searched refs:mGetUnicodeLocaleKeys (Results 1 – 1 of 1) sorted by relevance
4030 private static Method mGetUnicodeLocaleKeys; field in ULocale.JDKLocaleHelper4061 … mGetUnicodeLocaleKeys = Locale.class.getMethod("getUnicodeLocaleKeys", (Class[]) null);4158 … Set<String> uKeys = (Set<String>) mGetUnicodeLocaleKeys.invoke(loc, (Object[]) null); in toULocale7()