Home
last modified time | relevance | path

Searched defs:UnitPathType (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DUnitPathType.java13 public enum UnitPathType { enum
63 …private UnitPathType(String sampleType, Set<GrammarInfo.GrammaticalFeature> features, ImmutableMul… in UnitPathType() method in UnitPathType
136 … String pluralCategory, String caseVariant, String genderVariant, Multimap<UnitPathType, String> p… in getTrans()
DUnitConverter.java732 …edFile, String width, String _pluralCategory, String caseVariant, Multimap<UnitPathType, String> p… in toString()
962 …public String getGender(CLDRFile resolvedFile, Output<String> source, Multimap<UnitPathType, Strin… in getGender()