HomeSort by relevance Sort by last modified time
    Searched full:aftercodepoints (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 260 int afterCodePoints[afterLength];
262 env->GetIntArrayRegion(after, 0, afterLength, afterCodePoints);
264 afterCodePoints, afterLength, score);
272 int afterCodePoints[afterLength];
274 env->GetIntArrayRegion(after, 0, afterLength, afterCodePoints);
276 afterCodePoints, afterLength);

Completed in 1916 milliseconds