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

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterConstants.java 164 static final int SURROGATE_LOW_START = 0xDC00;
167 /* -SURROGATE_LOW_START + HALF_BASE */
CharsetUTF8.java 146 charErrorBufferArray[charErrorBufferLength++] = (char) ((char32 & UConverterConstants.HALF_MASK) + UConverterConstants.SURROGATE_LOW_START);
150 targetArray[targetIndex++] = (char) ((char32 & UConverterConstants.HALF_MASK) + UConverterConstants.SURROGATE_LOW_START);
281 charErrorBufferArray[charErrorBufferLength++] = (char) ((char32 & UConverterConstants.HALF_MASK) + UConverterConstants.SURROGATE_LOW_START);
287 (char) ((char32 & UConverterConstants.HALF_MASK) + UConverterConstants.SURROGATE_LOW_START));
  /external/icu/icu4c/source/common/
ucnv_u8.c 57 #define SURROGATE_LOW_START 0xDC00
60 /* -SURROGATE_LOW_START + HALF_BASE */
192 ch = (ch & HALF_MASK) + SURROGATE_LOW_START;
322 ch = (ch & HALF_MASK) + SURROGATE_LOW_START;
    [all...]
ucnv_u32.c 33 #define SURROGATE_LOW_START 0xDC00
35 /* -SURROGATE_LOW_START + HALF_BASE */
    [all...]

Completed in 64 milliseconds