Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckNumbers.java238 UnicodeSet illegalChars = findUnquotedChars(type, value); in handleCheck()
293 private static UnicodeSet findUnquotedChars(NumericType type, String value) { in findUnquotedChars() method in CheckNumbers
375 if (otherPattern == null || findUnquotedChars(type, otherPattern) != null) continue; in checkDecimalFormatConsistency()