Searched refs:mLocaleList (Results 1 – 1 of 1) sorted by relevance
33 private final LocaleList mLocaleList; field in LocaleSet36 mLocaleList = localeList; in LocaleSet()110 return mLocaleList; in getAllLocales()124 for (int i = 0; i < mLocaleList.size(); i++) { in shouldPreferJapanese()125 final Locale l = mLocaleList.get(i); in shouldPreferJapanese()143 for (int i = 0; i < mLocaleList.size(); i++) { in shouldPreferSimplifiedChinese()144 final Locale l = mLocaleList.get(i); in shouldPreferSimplifiedChinese()165 return mLocaleList.equals(other.mLocaleList); in equals()172 return mLocaleList.toString(); in toString()