Lines Matching refs:lookupTable
1098 static const uint16_t lookupTable[][2]={1210 data->currentDeltaToUnicode = (uint16_t)(lookupTable[sourceChar & 0x0F][0] * DELTA);1211 data->currentMaskToUnicode = (MaskEnum)lookupTable[sourceChar & 0x0F][1];