Home | History | Annotate | Download | only in src

Lines Matching refs:mOutputChars

165             short unsigned int* w = mOutputChars + j * MAX_WORD_LENGTH;
250 mOutputChars = outWords;
301 memmove((char*) mOutputChars + (insertAt + 1) * MAX_WORD_LENGTH * sizeof(short),
302 (char*) mOutputChars + insertAt * MAX_WORD_LENGTH * sizeof(short),
304 unsigned short *dest = mOutputChars + insertAt * MAX_WORD_LENGTH;