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