Searched refs:getPrimaryLocale (Results 1 – 4 of 4) sorted by relevance
128 final Locale primaryLocale = getPrimaryLocale(); in normalize()151 public Locale getPrimaryLocale() { in getPrimaryLocale() method in LocaleSet185 return isLocaleSimplifiedChinese(getPrimaryLocale()); in isPrimaryLocaleSimplifiedChinese()207 return isLocaleTraditionalChinese(getPrimaryLocale()); in isPrimaryLocaleTraditionalChinese()
91 AlphabeticIndex ai = new AlphabeticIndex(locales.getPrimaryLocale()) in ContactLocaleUtilsBase()
1524 final Locale prevLocale = oldLocales.getPrimaryLocale(); in updateLocaleSet()1564 mNameSplitter = mContactsHelper.createNameSplitter(mCurrentLocales.getPrimaryLocale()); in initForDefaultLocale()1566 mPostalSplitter = new PostalSplitter(mCurrentLocales.getPrimaryLocale()); in initForDefaultLocale()
3394 db.setLocale(locales.getPrimaryLocale()); in setLocale()