Searched refs:HALF_MASK (Results 1 – 4 of 4) sorted by relevance
146 …rArray[charErrorBufferLength++] = (char) ((char32 & UConverterConstants.HALF_MASK) + UConverterCon… in decodeLoop()150 …targetArray[targetIndex++] = (char) ((char32 & UConverterConstants.HALF_MASK) + UConverterConstant… in decodeLoop()281 …rArray[charErrorBufferLength++] = (char) ((char32 & UConverterConstants.HALF_MASK) + UConverterCon… in decodeLoop()287 … (char) ((char32 & UConverterConstants.HALF_MASK) + UConverterConstants.SURROGATE_LOW_START)); in decodeLoop()
161 static final int HALF_MASK = 0x3FF; field
54 #define HALF_MASK 0x3FF macro192 ch = (ch & HALF_MASK) + SURROGATE_LOW_START; in ucnv_toUnicode_UTF8()322 ch = (ch & HALF_MASK) + SURROGATE_LOW_START; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
31 #define HALF_MASK 0x3FF macro