Searched refs:mGetExtensionKeys (Results 1 – 3 of 3) sorted by relevance
3400 private static Method mGetExtensionKeys; field in ULocale.JDKLocaleHelper3431 mGetExtensionKeys = Locale.class.getMethod("getExtensionKeys", (Class[]) null);3503 … Set<Character> extKeys = (Set<Character>) mGetExtensionKeys.invoke(loc, (Object[]) null); in toULocale7()
4075 private static Method mGetExtensionKeys; field in ULocale.JDKLocaleHelper4106 mGetExtensionKeys = Locale.class.getMethod("getExtensionKeys", (Class[]) null);4187 … Set<Character> extKeys = (Set<Character>) mGetExtensionKeys.invoke(loc, (Object[]) null); in toULocale7()
3889 private static Method mGetExtensionKeys; field in ULocale.JDKLocaleHelper3920 mGetExtensionKeys = Locale.class.getMethod("getExtensionKeys", (Class[]) null);4001 … Set<Character> extKeys = (Set<Character>) mGetExtensionKeys.invoke(loc, (Object[]) null); in toULocale7()