Home
last modified time | relevance | path

Searched refs:localeList (Results 1 – 8 of 8) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DDiffCldr.java144 Set<String> localeList = localeCounter.getKeysetSortedByCount(false); in main() local
149 for (String locale : localeList) { in main()
154 for (String locale : localeList) { in main()
172 for (String locale : localeList) { in main()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DConfigurationV25.java343 LocaleList localeList = config.getLocales(); in getLocales() local
344 for (int i = 0; i < localeList.size(); i++) { in getLocales()
345 locales.add(localeList.get(i)); in getLocales()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDemoUtility.java130 return localeList; in getG7Locales()
132 private static Locale[] localeList = { field in DemoUtility
/external/cldr/tools/java/org/unicode/cldr/ant/
DCLDRConverterTool.java233 List<String> localeList = Arrays.asList(level.locales.split("\\s+")); in computeConvertibleXPaths() local
234 if (CLDRBuild.matchesLocale(localeList, localeName) == false) { in computeConvertibleXPaths()
/external/cldr/tools/java/org/unicode/cldr/util/
DSimpleFactory.java284 private Set<String> localeList = new TreeSet<String>(); field in SimpleFactory
438 this.localeList = CLDRFile.getMatchingXMLFiles(sourceDirectories, m); in SimpleFactory()
464 return localeList; in handleGetAvailable()
DSupplementalDataInfo.java2327 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 …]
/external/cldr/tools/java/org/unicode/cldr/icu/
DTestCldr.java272 String localeList = attributes.getValue("locales"); in setAttributes() local
274 com.ibm.icu.impl.Utility.split(localeList, ' ', currentLocaleString); in setAttributes()
/external/icu/icu4c/source/test/intltest/
Dloctest.cpp2909 const Locale *localeList = Locale::getAvailableLocales(numLocales); in TestBug11421() local
2911 const Locale &loc = localeList[localeIndex]; in TestBug11421()