Searched refs:mGetUnicodeLocaleAttributes (Results 1 – 1 of 1) sorted by relevance
4031 private static Method mGetUnicodeLocaleAttributes; field in ULocale.JDKLocaleHelper4062 …mGetUnicodeLocaleAttributes = Locale.class.getMethod("getUnicodeLocaleAttributes", (Class[]) null);4148 … Set<String> uAttributes = (Set<String>) mGetUnicodeLocaleAttributes.invoke(loc, (Object[]) null); in toULocale7()