Home | History | Annotate | Download | only in src

Lines Matching refs:mInputCodes

59     mInputCodes = new int32_t[MAX_PROXIMITY_CHARS_SIZE * MAX_WORD_LENGTH_INTERNAL];
101 delete[] mInputCodes;
221 memset(mInputCodes, 0,
222 MAX_WORD_LENGTH_INTERNAL * MAX_PROXIMITY_CHARS_SIZE * sizeof(mInputCodes[0]));
228 int *proximities = &mInputCodes[i * MAX_PROXIMITY_CHARS_SIZE];
236 int icc = mInputCodes[i * MAX_PROXIMITY_CHARS_SIZE + j];
248 //mInputCodes[i] = mInputCodesFromJava[i];
250 // mInputCodes[i] = 0;
350 return mInputCodes + (index * MAX_PROXIMITY_CHARS_SIZE);
451 const int *inputCodes = mInputCodes;