Home | History | Annotate | Download | only in util

Lines Matching refs:getScript

753             cmp = getScript().compareTo(other.getScript());
862 public String getScript() {
863 return base().getScript();
872 public static String getScript(String localeID) {
873 return new LocaleIDParser(localeID).getScript();
1181 parser.setBaseName(lscvToID("nn", parser.getScript(), parser.getCountry(), null));
1309 String script = getScript();
1327 script = likely.getScript();
1524 .scriptDisplayName(locale.getScript());
1529 .scriptDisplayNameInContext(locale.getScript());
1944 if (aLocale.getScript().length() == 0
1945 && availableLocales[j].getScript().length() > 0
1950 if (minAvail.getScript().length() == 0) {
2646 String alternateScript = parser.getScript();
2753 String script = parser.getScript();
3097 base = BaseLocale.getInstance(base.getLanguage(), base.getScript(), base.getRegion(), "");
3120 subtag = tag.getScript();
3729 String id = lscvToID(base.getLanguage(), base.getScript(), base.getRegion(),
3802 script = lp.getScript();
3896 mGetScript = Locale.class.getMethod("getScript", (Class[]) null);
4125 if (uloc.getScript().length() > 0 || ulocStr.contains("@")) {