LatinIME/native/jni
Jean Chalard 1ff8dc47be Fill up a map of bigram addresses for lookup.
We don't want to do a linear search on each terminal when there
may be 100+ bigrams for a given word because that would be
disastrous for performance. Also, we need to resolve each bigram
address anyway.
This change resolves the addresses at first and puts them in a
balanced tree so that lookup will be O(log(n)).

Bug: 6313806
Change-Id: Ibf088035870b9acb41e948f0ab7af4726f2cee24
2012-05-02 17:50:44 +09:00
..
src Fill up a map of bigram addresses for lookup. 2012-05-02 17:50: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