LatinIME/native/jni
Jean Chalard 49ba135fde Perform the actual bigram frequency lookup.
This still returns the unigram frequency, because the values stored
for bigrams in the dictionary are not ready to be returned in-place
instead of unigram values. Aside from this, the code is complete.

Bug: 6313806
Change-Id: If7bb7b644730782277f0f6663334c170b7fe13fb
2012-05-10 20:01:44 +09:00
..
src Perform the actual bigram frequency lookup. 2012-05-10 20:01:44 +09:00
Android.mk Make LatinIME's native Makefile NDK-friendly 2012-03-31 05:07:32 +09:00
Application.mk Reorganize LatinIME native build directory structure. Now it got NDK friendly. 2011-12-13 21:16:20 +09:00
com_android_inputmethod_keyboard_ProximityInfo.cpp Fix additional proximity in the native code 2012-03-14 11:17:59 +09:00
com_android_inputmethod_keyboard_ProximityInfo.h Clean up in LatinIME native code 2011-06-18 23:52:09 +09:00
com_android_inputmethod_latin_BinaryDictionary.cpp Fetch and pass the bigram position on suggestions. 2012-04-26 15:24:42 +09:00
com_android_inputmethod_latin_BinaryDictionary.h Clean up in LatinIME native code 2011-06-18 23:52:09 +09:00
jni_common.cpp New LOG lib 2012-01-13 18:04:15 +09:00
jni_common.h Remove NULL from native/jni 2011-10-28 17:06:58 +09:00