Searched defs:DEFAULT_LINE_LENGTH (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/javax/xml/datatype/
H A DFactoryFinder.java57 private static final int DEFAULT_LINE_LENGTH = 80; field in class:FactoryFinder
251 rd = new BufferedReader(new InputStreamReader(is, "UTF-8"), DEFAULT_LINE_LENGTH);
253 rd = new BufferedReader(new InputStreamReader(is), DEFAULT_LINE_LENGTH);
/libcore/luni/src/main/java/javax/xml/validation/
H A DSchemaFactoryFinder.java64 private static final int DEFAULT_LINE_LENGTH = 80; field in class:SchemaFactoryFinder
341 rd = new BufferedReader(new InputStreamReader(in, "UTF-8"), DEFAULT_LINE_LENGTH);
343 rd = new BufferedReader(new InputStreamReader(in), DEFAULT_LINE_LENGTH);
/libcore/luni/src/main/java/javax/xml/xpath/
H A DXPathFactoryFinder.java50 private static final int DEFAULT_LINE_LENGTH = 80; field in class:XPathFactoryFinder
275 rd = new BufferedReader(new InputStreamReader(in, "UTF-8"), DEFAULT_LINE_LENGTH);
277 rd = new BufferedReader(new InputStreamReader(in), DEFAULT_LINE_LENGTH);

Completed in 60 milliseconds