Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/Double/
DParseDoubleTest.java590 private static void testRegex(String [] input, boolean exceptionalInput) { in testRegex() method in ParseDoubleTest
765 public void testRegex() { in testRegex() method in ParseDoubleTest
766 testRegex(goodStrings, false); in testRegex()
767 testRegex(paddedGoodStrings, false); in testRegex()
768 testRegex(badStrings, true); in testRegex()
769 testRegex(paddedBadStrings, true); in testRegex()