Searched refs:fullLocale (Results 1 – 1 of 1) sorted by relevance
185 ULocale fullLocale = ULocale.addLikelySubtags(new ULocale(localeId)); in isTranslated() local186 if (language.equals(fullLocale.getLanguage()) in isTranslated()187 && script.equals(fullLocale.getScript())) { in isTranslated()