Home
last modified time | relevance | path

Searched refs:CompoundUnitStructure (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DGrammarDerivation.java13 public enum CompoundUnitStructure { enum in GrammarDerivation
41 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()
H A DUnitConverter.java46 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()