Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java1557 String fillinValue = path == null ? null : cldrFile.getFillInValue(path); in showValue() local
1558 fillinValue = fillinValue == null ? "" : fillinValue.equals(value) ? "=" : fillinValue; in showValue()
1577 + "\t«" + fillinValue + "»" in showValue()