Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DDisplayAndInputProcessor.java908 String fixedExemplar = prettyPrinter.format(toAdd); in getCleanedUnicodeSet() local
909 UnicodeSet doubleCheck = new UnicodeSet(fixedExemplar); in getCleanedUnicodeSet()
912 } else if (!value.equals(fixedExemplar)) { // put in this condition just for debugging in getCleanedUnicodeSet()
916 With.codePoints(fixedExemplar), in getCleanedUnicodeSet()
919 value = fixedExemplar; in getCleanedUnicodeSet()