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

  /packages/inputmethods/LatinIME/native/jni/src/
dic_traverse_wrapper.cpp 22 void *(*DicTraverseWrapper::sDicTraverseSessionFactoryMethod)(JNIEnv *, jstring) = 0;
dic_traverse_wrapper.h 29 if (sDicTraverseSessionFactoryMethod) {
30 return sDicTraverseSessionFactoryMethod(env, locale);
46 sDicTraverseSessionFactoryMethod = factoryMethod;
58 static void *(*sDicTraverseSessionFactoryMethod)(JNIEnv *, jstring);

Completed in 48 milliseconds