LatinIME/native/jni
Jean Chalard 8950ce6c44 Replace the bigram list position with the map and filter
Passing the position will not allow us a reasonable lookup
time. Replace this with a map and bloom filter for very fast
lookup.

Bug: 6313806
Change-Id: I3a61c0001cbc987c1c3c7b8df635d4590a370144
2012-05-07 17:15:21 +09:00
..
src Replace the bigram list position with the map and filter 2012-05-07 17:15:21 +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