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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DicTraverseSession.java 23 public final class DicTraverseSession {
35 public DicTraverseSession(Locale locale, long dictionary, long dictSize) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.h 36 class DicTraverseSession {
39 // A factory method for DicTraverseSession
44 return new DicTraverseSession(env, localeStr,
48 static AK_FORCE_INLINE void initSessionInstance(DicTraverseSession *traverseSession,
52 DicTraverseSession *tSession = static_cast<DicTraverseSession *>(traverseSession);
57 static AK_FORCE_INLINE void releaseSessionInstance(DicTraverseSession *traverseSession) {
61 AK_FORCE_INLINE DicTraverseSession(JNIEnv *env, jstring localeStr, bool usesLargeCache)
71 AK_FORCE_INLINE ~DicTraverseSession() {}
187 DISALLOW_IMPLICIT_CONSTRUCTORS(DicTraverseSession);
    [all...]

Completed in 71 milliseconds