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

  /packages/inputmethods/LatinIME/native/jni/src/
dic_traverse_wrapper.cpp 24 void (*DicTraverseWrapper::sDicTraverseSessionInitMethod)(
dic_traverse_wrapper.h 36 if (sDicTraverseSessionInitMethod) {
37 sDicTraverseSessionInitMethod(traverseSession, dictionary, prevWord, prevWordLength);
50 sDicTraverseSessionInitMethod = initMethod;
59 static void (*sDicTraverseSessionInitMethod)(

Completed in 62 milliseconds