Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckUnits.java124 …String explicitPattern = UnitPathType.unit.getTrans(cldrFile, width, shortUnitId, count, caseVaria… in handleCheck() local
125 if (explicitPattern != null) { in handleCheck()
127 if (composedPattern != null && !explicitPattern.equals(composedPattern)) { in handleCheck()
131 …icode.org/translation/units-1/units#TOC-Compound-Units", value, composedPattern, explicitPattern)); in handleCheck()