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.java856 String fixedExemplar = prettyPrinter.format(toAdd); in getCleanedUnicodeSet() local
857 UnicodeSet doubleCheck = new UnicodeSet(fixedExemplar); in getCleanedUnicodeSet()
860 } else if (!value.equals(fixedExemplar)) { // put in this condition just for debugging in getCleanedUnicodeSet()
864 With.codePoints(fixedExemplar), in getCleanedUnicodeSet()
867 value = fixedExemplar; in getCleanedUnicodeSet()