Searched refs:mGetScript (Results 1 – 1 of 1) sorted by relevance
4027 private static Method mGetScript; field in ULocale.JDKLocaleHelper4058 mGetScript = Locale.class.getMethod("getScript", (Class[]) null);4138 script = (String) mGetScript.invoke(loc, (Object[]) null); in toULocale7()4406 script = (String) mGetScript.invoke(loc, (Object[]) null); in isOriginalDefaultLocale()