Searched defs:hexFloatPattern (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFloatingDecimal.java1867 private static Pattern hexFloatPattern = null; field in class:FloatingDecimal
1869 if (hexFloatPattern == null) {
1870 hexFloatPattern = Pattern.compile(
1875 return hexFloatPattern;

Completed in 309 milliseconds