Searched refs:HALF_MASK (Results 1 – 3 of 3) sorted by relevance
130 …rArray[charErrorBufferLength++] = (char) ((char32 & UConverterConstants.HALF_MASK) + UConverterCon… in decodeLoop()134 …targetArray[targetIndex++] = (char) ((char32 & UConverterConstants.HALF_MASK) + UConverterConstant… in decodeLoop()254 …rArray[charErrorBufferLength++] = (char) ((char32 & UConverterConstants.HALF_MASK) + UConverterCon… in decodeLoop()260 … (char) ((char32 & UConverterConstants.HALF_MASK) + UConverterConstants.SURROGATE_LOW_START)); in decodeLoop()
163 static final int HALF_MASK = 0x3FF; field
33 #define HALF_MASK 0x3FF macro