Searched refs:mGetScript (Results 1 – 3 of 3) sorted by relevance
4074 private static Method mGetScript; field in ULocale.JDKLocaleHelper4105 mGetScript = Locale.class.getMethod("getScript", (Class[]) null);4185 script = (String) mGetScript.invoke(loc, (Object[]) null); in toULocale7()4453 script = (String) mGetScript.invoke(loc, (Object[]) null); in isOriginalDefaultLocale()
3888 private static Method mGetScript; field in ULocale.JDKLocaleHelper3919 mGetScript = Locale.class.getMethod("getScript", (Class[]) null);3999 script = (String) mGetScript.invoke(loc, (Object[]) null); in toULocale7()4267 script = (String) mGetScript.invoke(loc, (Object[]) null); in isOriginalDefaultLocale()
3399 private static Method mGetScript; field in ULocale.JDKLocaleHelper3430 mGetScript = Locale.class.getMethod("getScript", (Class[]) null);3501 script = (String) mGetScript.invoke(loc, (Object[]) null); in toULocale7()