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

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.java 439 * @param lowSurrogate the low char of the high/low pair
442 static int toCodePoint(char highSurrogate, char lowSurrogate) {
445 + (lowSurrogate - 0xdc00)
ToHTMLStream.java     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
math_simple_store.js 179 var lowSurrogate = (keyValue & 0x3FF) + 0xDC00;
180 return String.fromCharCode(hiSurrogate, lowSurrogate);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLChar.java 378 public static char lowSurrogate(int c) {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
XMLChar.java     [all...]
  /external/jdiff/
xerces.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 244 milliseconds