Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Scanner/
DFailingConstructors.java44 static final String UNSUPPORTED_CHARSET = "unknownCharset"; field in FailingConstructors
62 new Scanner(file, UNSUPPORTED_CHARSET); in test()
89 new Scanner(file.toPath(), UNSUPPORTED_CHARSET); in test() local