OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 102 milliseconds