Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/text/Format/MessageFormat/
DMessageRegression.java305 String illegalPattern = "ab { '}' de"; in Test4114743() local
306 mf.applyPattern(illegalPattern); in Test4114743()
307 errln("illegal pattern: \"" + illegalPattern + "\""); in Test4114743()
380 String illegalPattern = "format: {0, xxxYYY}"; in Test4113018() local
382 logln("illegal pattern: \"" + illegalPattern + "\""); in Test4113018()
384 mf.applyPattern(illegalPattern); in Test4113018()
385 errln("Should have thrown IllegalArgumentException for pattern : " + illegalPattern); in Test4113018()