Home
last modified time | relevance | path

Searched refs:pArrayIndex (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetMBCS.java2858 int pArrayIndex, outputType, c; in encodeLoop() local
3122 pArrayIndex = MBCS_POINTER_3_FROM_STAGE_2(bytes, stage2Entry, c); in encodeLoop()
3123 … value = ((pArray[pArrayIndex] & UConverterConstants.UNSIGNED_BYTE_MASK) << 16) in encodeLoop()
3124 … | ((pArray[pArrayIndex + 1] & UConverterConstants.UNSIGNED_BYTE_MASK) << 8) in encodeLoop()
3125 … | (pArray[pArrayIndex + 2] & UConverterConstants.UNSIGNED_BYTE_MASK); in encodeLoop()
3166 pArrayIndex = MBCS_POINTER_3_FROM_STAGE_2(bytes, stage2Entry, c); in encodeLoop()
3167 … value = ((pArray[pArrayIndex] & UConverterConstants.UNSIGNED_BYTE_MASK) << 16) in encodeLoop()
3168 … | ((pArray[pArrayIndex + 1] & UConverterConstants.UNSIGNED_BYTE_MASK) << 8) in encodeLoop()
3169 … | (pArray[pArrayIndex + 2] & UConverterConstants.UNSIGNED_BYTE_MASK); in encodeLoop()