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

/openjdk7/jdk/test/java/lang/Float/
H A DParseFloat.java170 * <code>exceptionalInput</code> and {@link Float.parseFloat
172 * <code>Input</code> is not <code>exceptionalInput</code> and
179 boolean exceptionalInput) {
187 if (! exceptionalInput) {
194 if (exceptionalInput) {
178 testParsing(String [] input, boolean exceptionalInput) argument
/openjdk7/jdk/test/java/lang/Double/
H A DParseDouble.java448 * <code>exceptionalInput</code> and {@link Double.parseDouble
450 * <code>Input</code> is not <code>exceptionalInput</code> and
457 boolean exceptionalInput) {
465 if (! exceptionalInput) {
472 if (exceptionalInput) {
482 * <code>exceptionalInput</code> and the regular expression
484 * <code>exceptionalInput</code> and the regular expression fails
487 private static void testRegex(String [] input, boolean exceptionalInput) { argument
546 if (m.matches() != ! exceptionalInput) {
548 (exceptionalInput
456 testParsing(String [] input, boolean exceptionalInput) argument
[all...]

Completed in 30 milliseconds