Home
last modified time | relevance | path

Searched defs:shortUnitId (Results 1 – 6 of 6) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DBestMinimalPairSamples.java86 public String getGender(String gender, Output<String> shortUnitId) { in getGender()
95 public String getCase(String unitCase, Output<String> shortUnitId) { in getCase()
105 public synchronized String getBestUnitWithGender(String gender, Output<String> shortUnitId) { in getBestUnitWithGender()
119 public synchronized String getBestUnitWithCase(String unitCase, Output<String> shortUnitId) { in getBestUnitWithCase()
148 String shortUnitId = ExampleGenerator.UNIT_CONVERTER.getShortId(longUnitId); in loadCaches() local
375 public String getBestValue(String header, String code, Output<String> shortUnitId) { in getBestValue()
DExampleGenerator.java702 final String shortUnitId = UNIT_CONVERTER.getShortId(longUnitId); in handleFormatUnit() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DUnitPathType.java98 …etTranslationPath(LocaleStringProvider resolvedFile, String width, String shortUnitId, String plur… in getTranslationPath()
145 …public String getTrans(LocaleStringProvider resolvedFile, String width, String shortUnitId, Strin… in getTrans()
DUnitConverter.java1556 public String getLongId(String shortUnitId) { in getLongId()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DListGrammarData.java131 Output<String> shortUnitId = new Output<>(); in main() local
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestUnits.java1922 final String shortUnitId = entry.getKey(); in TestGender() local
1995 String shortUnitId = row[1]; in TestFallbackNames() local
2031 final String shortUnitId = entry.getKey(); in TestFileFallbackNames() local
2421 String shortUnitId = converter.getShortId(longUnitId); in checkCldrFileUnits() local