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 65 private static final int DEFAULT_LINE_LENGTH = 80;
283 rd = new BufferedReader(new InputStreamReader(is, "UTF-8"), DEFAULT_LINE_LENGTH);
285 rd = new BufferedReader(new InputStreamReader(is), DEFAULT_LINE_LENGTH);
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 63 private static final int DEFAULT_LINE_LENGTH = 80;
412 rd = new BufferedReader(new InputStreamReader(in, "UTF-8"), DEFAULT_LINE_LENGTH);
414 rd = new BufferedReader(new InputStreamReader(in), DEFAULT_LINE_LENGTH);
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 49 private static final int DEFAULT_LINE_LENGTH = 80;
323 rd = new BufferedReader(new InputStreamReader(in, "UTF-8"), DEFAULT_LINE_LENGTH);
325 rd = new BufferedReader(new InputStreamReader(in), DEFAULT_LINE_LENGTH);
  /external/jdiff/
xerces.jar 

Completed in 531 milliseconds