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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
UTF16Util.java 24 static final int suppOffset = (0xd800 << 10) + 0xdc00 - 0x10000;
38 ch = (ch << 10) + ch2 - suppOffset;
56 ch = (ch2 << 10) + ch - suppOffset;
74 ch = (ch << 10) + ch2 - suppOffset;
92 ch = (ch2 << 10) + ch - suppOffset;
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
UTF16Util.java 20 static final int suppOffset = (0xd800 << 10) + 0xdc00 - 0x10000;
34 ch = (ch << 10) + ch2 - suppOffset;
52 ch = (ch2 << 10) + ch - suppOffset;
70 ch = (ch << 10) + ch2 - suppOffset;
88 ch = (ch2 << 10) + ch - suppOffset;

Completed in 352 milliseconds