Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java635 String compoundType = parts.getAttributeValue(-2, "type"); in handleCompoundUnit() local
637 return handleCompoundUnit(unitLength, compoundType, count); in handleCompoundUnit()
641 public String handleCompoundUnit(UnitLength unitLength, String compoundType, Count count) { in handleCompoundUnit() argument
672 switch (compoundType) { in handleCompoundUnit()
689 String perPath = makeCompoundUnitPath(unitLength, compoundType, "compoundUnitPattern"); in handleCompoundUnit()
754 …public String makeCompoundUnitPath(UnitLength unitLength, String compoundType, String patternType)… in makeCompoundUnitPath() argument
756 + "/compoundUnit[@type=\"" + compoundType + "\"]" in makeCompoundUnitPath()