Home
last modified time | relevance | path

Searched refs:Digits (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/lang/Double/
DParseDoubleTest.java596 final String Digits = "(\\p{Digit}+)"; in testRegex() local
600 final String Exp = "[eE][+-]?"+Digits; in testRegex()
629 "(((("+Digits+"(\\.)?("+Digits+"?)("+Exp+")?)|"+ in testRegex()
632 "(\\.("+Digits+")("+Exp+")?))|"+ in testRegex()
642 ")[pP][+-]?" + Digits + "))" + in testRegex()