HomeSort by relevance Sort by last modified time
    Searched refs:mMaxWordLength (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/src/
dictionary.cpp 61 mMaxWordLength = maxWordLength;
147 && length < wideStrLen(mOutputChars + insertAt * mMaxWordLength))) {
157 memmove((char*) mOutputChars + (insertAt + 1) * mMaxWordLength * sizeof(short),
158 (char*) mOutputChars + (insertAt ) * mMaxWordLength * sizeof(short),
159 (mMaxWords - insertAt - 1) * sizeof(short) * mMaxWordLength);
160 unsigned short *dest = mOutputChars + (insertAt ) * mMaxWordLength;
dictionary.h 64 int mMaxWordLength;

Completed in 539 milliseconds