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

  /packages/inputmethods/LatinIME/native/jni/src/
dic_traverse_wrapper.cpp 23 void (*DicTraverseWrapper::sDicTraverseSessionReleaseMethod)(void *) = 0;
dic_traverse_wrapper.h 41 if (sDicTraverseSessionReleaseMethod) {
42 sDicTraverseSessionReleaseMethod(traverseSession);
53 sDicTraverseSessionReleaseMethod = releaseMethod;
61 static void (*sDicTraverseSessionReleaseMethod)(void *);

Completed in 929 milliseconds