Searched refs:CompoundUnitStructure (Results 1 – 2 of 2) sorted by relevance
13 public enum CompoundUnitStructure { enum in GrammarDerivation41 private Map<GrammaticalFeature, Map<CompoundUnitStructure, Values>> data = new TreeMap<>();45 CompoundUnitStructure structure = CompoundUnitStructure.valueOf(structureStr); in add()46 Map<CompoundUnitStructure, Values> structureToValues = data.get(feature); in add()53 public Values get(GrammaticalFeature feature, CompoundUnitStructure structure) { in get()54 Map<CompoundUnitStructure, Values> structureToValues = data.get(feature); in get()
46 import org.unicode.cldr.util.GrammarDerivation.CompoundUnitStructure;1424 gd.get(GrammaticalFeature.grammaticalGender, CompoundUnitStructure.per); in getGender()1444 gd.get(GrammaticalFeature.grammaticalGender, CompoundUnitStructure.times); in getGender()