Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDTDAttributes.java209 R3<Set<String>, String, String> suppValue = suppData.get(key); in checkAttributes() local
210 if (mainValue.equals(suppValue)) { in checkAttributes()
216 + ":\t" + suppValue.toString()); in checkAttributes()