OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DicTraverseSession
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.h
37
class
DicTraverseSession
{
40
// A factory method for
DicTraverseSession
45
return new
DicTraverseSession
(env, localeStr,
49
static AK_FORCE_INLINE void releaseSessionInstance(
DicTraverseSession
*traverseSession) {
53
AK_FORCE_INLINE
DicTraverseSession
(JNIEnv *env, jstring localeStr, bool usesLargeCache)
62
AK_FORCE_INLINE ~
DicTraverseSession
() {}
161
DISALLOW_IMPLICIT_CONSTRUCTORS(
DicTraverseSession
);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DicTraverseSession.java
25
public final class
DicTraverseSession
{
56
public
DicTraverseSession
(Locale locale, long dictionary, long dictSize) {
Completed in 43 milliseconds