Searched refs:JSONSection (Results 1 – 2 of 2) sorted by relevance
9 import org.unicode.cldr.json.Ldml2JsonConverter.JSONSection;16 final List<JSONSection> sections = new ArrayList<JSONSection>();22 public List<JSONSection> getSections() { in getSections()79 JSONSection j = new JSONSection(); in read()120 JSONSection j = new JSONSection(); in read()
356 static class JSONSection implements Comparable<JSONSection> { class in Ldml2JsonConverter362 public int compareTo(JSONSection other) { in compareTo()368 private List<JSONSection> sections;534 private Map<JSONSection, List<CldrItem>> mapPathsToSections( in mapPathsToSections()541 final Map<JSONSection, List<CldrItem>> sectionItems = new TreeMap<>(); in mapPathsToSections()646 for (JSONSection js : in mapPathsToSections()667 JSONSection otherSection = sections.get(sections.size() - 1); in mapPathsToSections()680 for (JSONSection js : sections) { in mapPathsToSections()718 final Map<JSONSection, List<CldrItem>> sectionItems) in convertCldrItems() argument737 for (JSONSection js : sections) { in convertCldrItems()[all …]