Searched refs:UNSUPPORTED_CHARSET (Results 1 – 1 of 1) sorted by relevance
44 static final String UNSUPPORTED_CHARSET = "unknownCharset"; field in FailingConstructors62 new Scanner(file, UNSUPPORTED_CHARSET); in test()89 new Scanner(file.toPath(), UNSUPPORTED_CHARSET); in test() local