Searched refs:localeList (Results 1 – 8 of 8) sorted by relevance
144 Set<String> localeList = localeCounter.getKeysetSortedByCount(false); in main() local149 for (String locale : localeList) { in main()154 for (String locale : localeList) { in main()172 for (String locale : localeList) { in main()
343 LocaleList localeList = config.getLocales(); in getLocales() local344 for (int i = 0; i < localeList.size(); i++) { in getLocales()345 locales.add(localeList.get(i)); in getLocales()
130 return localeList; in getG7Locales()132 private static Locale[] localeList = { field in DemoUtility
233 List<String> localeList = Arrays.asList(level.locales.split("\\s+")); in computeConvertibleXPaths() local234 if (CLDRBuild.matchesLocale(localeList, localeName) == false) { in computeConvertibleXPaths()
284 private Set<String> localeList = new TreeSet<String>(); field in SimpleFactory438 this.localeList = CLDRFile.getMatchingXMLFiles(sourceDirectories, m); in SimpleFactory()464 return localeList; in handleGetAvailable()
2327 private final Deque<Node> localeList = new LinkedList<>();2350 Iterator<Node> it = localeList.iterator();2363 localeList.addFirst(reAddNode);2380 for (Node node : localeList) {2391 localeList.addFirst(new Node(loc, newMap));2393 if (localeList.size() > MAX_LOCALES) {2394 localeList.removeLast();2693 Set<CLDRLocale> localeList = new HashSet<CLDRLocale>();2697 localeList.add(CLDRLocale.getInstance(el[i]));2704 localeList.add(CLDRLocale.getInstance(cl));[all …]
272 String localeList = attributes.getValue("locales"); in setAttributes() local274 com.ibm.icu.impl.Utility.split(localeList, ' ', currentLocaleString); in setAttributes()
2909 const Locale *localeList = Locale::getAvailableLocales(numLocales); in TestBug11421() local2911 const Locale &loc = localeList[localeIndex]; in TestBug11421()