Home | History | Annotate | Download | only in util

Lines Matching refs:getScript

819             cmp = getScript().compareTo(other.getScript());
934 public String getScript() {
935 return base().getScript();
945 public static String getScript(String localeID) {
946 return new LocaleIDParser(localeID).getScript();
1270 parser.setBaseName(lscvToID("nn", parser.getScript(), parser.getCountry(), null));
1405 String script = getScript();
1423 script = likely.getScript();
1628 .scriptDisplayName(locale.getScript());
1633 .scriptDisplayNameInContext(locale.getScript());
2078 if (aLocale.getScript().length() == 0
2079 && availableLocales[j].getScript().length() > 0
2084 if (minAvail.getScript().length() == 0) {
2782 String alternateScript = parser.getScript();
2889 String script = parser.getScript();
3247 base = BaseLocale.getInstance(base.getLanguage(), base.getScript(), base.getRegion(), "");
3270 subtag = tag.getScript();
3915 String id = lscvToID(base.getLanguage(), base.getScript(), base.getRegion(),
3988 script = lp.getScript();
4082 mGetScript = Locale.class.getMethod("getScript", (Class[]) null);
4311 if (uloc.getScript().length() > 0 || ulocStr.contains("@")) {