HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT_LINE_LENGTH (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 57 private static final int DEFAULT_LINE_LENGTH = 80;
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/
SchemaFactoryFinder.java 64 private static final int DEFAULT_LINE_LENGTH = 80;
339 rd = new BufferedReader(new InputStreamReader(in, "UTF-8"), DEFAULT_LINE_LENGTH);
341 rd = new BufferedReader(new InputStreamReader(in), DEFAULT_LINE_LENGTH);
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 50 private static final int DEFAULT_LINE_LENGTH = 80;
273 rd = new BufferedReader(new InputStreamReader(in, "UTF-8"), DEFAULT_LINE_LENGTH);
275 rd = new BufferedReader(new InputStreamReader(in), DEFAULT_LINE_LENGTH);
  /external/jdiff/
xerces.jar 

Completed in 31 milliseconds