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

  /packages/inputmethods/LatinIME/native/jni/src/utils/
jni_data_utils.h 73 const int codePointBufSize = std::min(maxLength, codePointCount);
74 int outputCodePonts[codePointBufSize];
76 for (int i = 0; i < codePointBufSize; ++i) {
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 297 const jsize codePointBufSize = env->GetArrayLength(outCodePoints);
298 if (codePointBufSize != MAX_WORD_LENGTH) {
299 AKLOGE("Invalid outCodePointsLength: %d", codePointBufSize);
303 int wordCodePoints[codePointBufSize];
    [all...]

Completed in 52 milliseconds