Searched refs:decimal (Results 1 – 3 of 3) sorted by relevance
747 …String decimal = "6.631236871469758276785396630275967243399099947355303144249971758736286630139265… in testStrictness() local750 conversion = Double.parseDouble(decimal); in testStrictness()
502 String decimal = "(([-+]?" + decimalNumeral + exponent + ")|"+ in buildFloatAndDecimalPattern() local513 floatPattern = Pattern.compile(decimal + "|" + hexFloat + "|" + in buildFloatAndDecimalPattern()515 decimalPattern = Pattern.compile(decimal); in buildFloatAndDecimalPattern()
3363 String decimal = (decimalPoint ? ",DecimalPoint" : ""); in toString() local3364 return "Fraction(" + field + "," + minWidth + "," + maxWidth + decimal + ")"; in toString()