Searched defs:DicTraverseSession (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
H A Ddic_traverse_session.h37 class DicTraverseSession { class in namespace:latinime
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) function in class:latinime::DicTraverseSession
62 AK_FORCE_INLINE ~DicTraverseSession() {}
161 DISALLOW_IMPLICIT_CONSTRUCTORS(DicTraverseSession);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDicTraverseSession.java25 public final class DicTraverseSession { class
56 public DicTraverseSession(Locale locale, long dictionary, long dictSize) { method in class:DicTraverseSession

Completed in 55 milliseconds