Searched refs:hexDecimal (Results 1 – 1 of 1) sorted by relevance
803 String hexDecimal = "(-|\\+)?0[xX][0-9a-fA-F]*\\.[0-9a-fA-F]+([pP](-|\\+)?[0-9]+)?"; in getHexFloatRegex() local805 return new StringBuilder("((").append(hexDecimal).append(")|(").append( in getHexFloatRegex()