Searched refs:decimal (Results 1 – 1 of 1) sorted by relevance
502 String decimal = "(([-+]?" + decimalNumeral + exponent + ")|"+ in buildFloatAndDecimalPattern() local513 floatPattern = Pattern.compile(decimal + "|" + hexFloat + "|" + in buildFloatAndDecimalPattern()515 decimalPattern = Pattern.compile(decimal); in buildFloatAndDecimalPattern()