Searched refs:decimal (Results 1 – 2 of 2) 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()
3065 String decimal = (decimalPoint ? ",DecimalPoint" : ""); in toString() local3066 return "Fraction(" + field + "," + minWidth + "," + maxWidth + decimal + ")"; in toString()