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

  /packages/inputmethods/LatinIME/native/jni/src/
dic_traverse_wrapper.cpp 22 void *(*DicTraverseWrapper::sDicTraverseSessionFactoryMethod)(JNIEnv *, jstring) = 0;
23 void (*DicTraverseWrapper::sDicTraverseSessionReleaseMethod)(void *) = 0;
24 void (*DicTraverseWrapper::sDicTraverseSessionInitMethod)(
dic_traverse_wrapper.h 26 class DicTraverseWrapper {
57 DISALLOW_IMPLICIT_CONSTRUCTORS(DicTraverseWrapper);
dictionary.cpp 61 DicTraverseWrapper::initDicTraverseSession(
72 DicTraverseWrapper::initDicTraverseSession(
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_DicTraverseSession.cpp 28 void *traverseSession = DicTraverseWrapper::getDicTraverseSession(env, localeJStr);
37 DicTraverseWrapper::initDicTraverseSession(ts, dict, 0, 0);
42 DicTraverseWrapper::initDicTraverseSession(ts, dict, prevWord, previousWordLength);
47 DicTraverseWrapper::releaseDicTraverseSession(ts);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.cpp 53 DicTraverseWrapper::setTraverseSessionFactoryMethod(getSessionInstance);
54 DicTraverseWrapper::setTraverseSessionInitMethod(initSessionInstance);
55 DicTraverseWrapper::setTraverseSessionReleaseMethod(releaseSessionInstance);

Completed in 168 milliseconds