Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DUnitPathType.java104 …tId = CLDRConfig.getInstance().getSupplementalDataInfo().getUnitConverter().getLongId(shortUnitId); in getTranslationPath()
107 longUnitId = uc.getLongId(shortUnitId); in getTranslationPath()
112 longUnitId = uc.getLongId(shortUnitId); in getTranslationPath()
117 longUnitId = uc.getLongId(shortUnitId); in getTranslationPath()
120 longUnitId = uc.getLongId(shortUnitId); in getTranslationPath()
126 longUnitId = uc.getLongId(shortUnitId); in getTranslationPath()
127 return pathPrefix + "unit[@type=\"" + uc.getLongId(shortUnitId) + "\"]/gender"; in getTranslationPath()
DUnitConverter.java1393 String longId = getLongId(longOrShortId); in getComplexity()
1436 public String getLongId(String shortUnitId) { in getLongId() method in UnitConverter
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartGrammaticalForms.java489 …SH.getStringValue("//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"" + uc.getLongId(shortUnit) in getBestBaseUnit()
516 … String unitPath = "//ldml/units/unitLength[@type=\"long\"]/unit[@type=\"" + uc.getLongId(bestUnit) in getBestBaseUnit()