Searched refs:specialDoubleRegex (Results 1 – 1 of 1) sorted by relevance
328 …private static Pattern specialDoubleRegex = Pattern.compile("((-)?infinityd?)|(nand?)", Pattern.CA… field in LiteralTools330 Matcher m = specialDoubleRegex.matcher(doubleString); in parseDouble()