Home | History | Annotate | Download | only in format

Lines Matching defs:where

857         // Note: In cases where the number occurs before the currency sign, non-currency mode will parse the number
2045 String where = "(" + tokens.getLineNumber() + ") ";
2073 errln(where + "Pattern \"" + pat + '"');
2089 assertEquals(where + '"' + pat + "\".format(" + num + ")",
2095 assertEquals(where + '"' + pat + "\".parse(\"" + str + "\")",
2105 assertEquals(where + '"' + pat + "\".parse(\"" + str + "\")",
2109 errln(where + '"' + pat + "\".parse(\"" + str +
2140 errln(where + "Invalid pattern \"" + testpat +
2143 assertEquals(where + '"' + testpat + "\".toPattern()",
2148 logln("Ok: " + where + "Invalid pattern \"" + testpat +
2151 errln(where + "Valid pattern \"" + testpat +
2165 errln(where + "Loc \"" + tok + '"');
2180 assertEquals(where + "getCurrencyFormat(" + mloc + ").format(" + currAmt + ")",
2184 assertEquals(where + "getCurrencyFormat(" + mloc + ").parse(\"" + str + "\")",
2187 errln(where + '"' + pat + "\".parse(\"" + str +