Searched refs:getSecondaryLocale (Results 1 – 2 of 2) sorted by relevance
132 Locale secondaryLocale = getSecondaryLocale(); in normalize()155 public Locale getSecondaryLocale() { in getSecondaryLocale() method in LocaleSet189 return isLocaleSimplifiedChinese(getSecondaryLocale()); in isSecondaryLocaleSimplifiedChinese()211 return isLocaleTraditionalChinese(getSecondaryLocale()); in isSecondaryLocaleTraditionalChinese()
89 final Locale secondaryLocale = locales.getSecondaryLocale(); in ContactLocaleUtilsBase()