Searched refs:SURROGATE_LOW_START (Results 1 – 3 of 3) sorted by relevance
130 …h++] = (char) ((char32 & UConverterConstants.HALF_MASK) + UConverterConstants.SURROGATE_LOW_START); in decodeLoop()134 …x++] = (char) ((char32 & UConverterConstants.HALF_MASK) + UConverterConstants.SURROGATE_LOW_START); in decodeLoop()254 …h++] = (char) ((char32 & UConverterConstants.HALF_MASK) + UConverterConstants.SURROGATE_LOW_START); in decodeLoop()260 … (char) ((char32 & UConverterConstants.HALF_MASK) + UConverterConstants.SURROGATE_LOW_START)); in decodeLoop()
166 static final int SURROGATE_LOW_START = 0xDC00; field
35 #define SURROGATE_LOW_START 0xDC00 macro