HomeSort by relevance Sort by last modified time
    Searched defs:highChar (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.java 347 char highChar;
352 highChar = '\u0000'; // don't know the high code point, will need to test every character
359 highChar = (char) Integer.decode(highVal).intValue();
362 highChar = 0;
372 EncodingInfo ei = new EncodingInfo(mimeName, javaName, highChar);
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 1045 milliseconds