Searched refs:findUnquotedChars (Results 1 – 1 of 1) sorted by relevance
271 UnicodeSet illegalChars = findUnquotedChars(type, value); in handleCheck()327 private static UnicodeSet findUnquotedChars(NumericType type, String value) { in findUnquotedChars() method in CheckNumbers434 if (otherPattern == null || findUnquotedChars(type, otherPattern) != null) continue; in checkDecimalFormatConsistency()