Searched refs:localeList (Results 1 – 4 of 4) sorted by relevance
130 return localeList; in getG7Locales()132 private static Locale[] localeList = { field in DemoUtility
253 String localeList = attributes.getValue("locales"); in setAttributes() local255 android.icu.impl.Utility.split(localeList, ' ', currentLocaleString); in setAttributes()
252 String localeList = attributes.getValue("locales"); in setAttributes() local254 com.ibm.icu.impl.Utility.split(localeList, ' ', currentLocaleString); in setAttributes()
2691 const Locale *localeList = Locale::getAvailableLocales(numLocales); in TestBug11421() local2693 const Locale &loc = localeList[localeIndex]; in TestBug11421()