Searched refs:pArrayIndex (Results 1 – 1 of 1) sorted by relevance
2858 int pArrayIndex, outputType, c; in encodeLoop() local3122 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()