LatinIME/native/jni/src
Jean Chalard 4d9b202c40 Pass the bigram list position from the top level
The position itself is still a const int = 0 until we have the previous
word passed to the function. This basically does the plumbing.

Bug: 6313806
Change-Id: Ib58995f334fe93e3ff5704d7c79f332017f101ac
2012-04-24 16:47:09 +09:00
..
additional_proximity_chars.cpp Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9 2012-03-30 09:53:51 +09:00
additional_proximity_chars.h Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9 2012-03-30 09:53:51 +09:00
basechars.cpp Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9 2012-03-30 09:53:51 +09:00
bigram_dictionary.cpp Pass words as int[] to the native code. 2012-04-23 16:05:36 +09:00
bigram_dictionary.h Pass words as int[] to the native code. 2012-04-23 16:05:36 +09:00
binary_format.h Add methods to inverse compute the probability. 2012-04-24 09:40:44 +09:00
char_utils.cpp Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9 2012-03-30 09:53:51 +09:00
char_utils.h Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9 2012-03-30 09:53:51 +09:00
correction.cpp Add methods to inverse compute the probability. 2012-04-24 09:40:44 +09:00
correction.h Add methods to inverse compute the probability. 2012-04-24 09:40:44 +09:00
correction_state.h Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9 2012-03-30 09:53:51 +09:00
debug.h Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9 2012-03-30 09:53:51 +09:00
defines.h Add methods to inverse compute the probability. 2012-04-24 09:40:44 +09:00
dictionary.cpp Pass words as int[] to the native code. 2012-04-23 16:05:36 +09:00
dictionary.h Pass the bigram list position from the top level 2012-04-24 16:47:09 +09:00
proximity_info.cpp Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9 2012-03-30 09:53:51 +09:00
proximity_info.h Fix typo of some methods' name 2012-04-18 16:40:50 +09:00
terminal_attributes.h Read shortcuts as strings in the dictionary. 2012-04-06 16:22:08 +09:00
unigram_dictionary.cpp Pass the bigram list position from the top level 2012-04-24 16:47:09 +09:00
unigram_dictionary.h Pass the bigram list position from the top level 2012-04-24 16:47:09 +09:00
words_priority_queue.h Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9 2012-03-30 09:53:51 +09:00
words_priority_queue_pool.h Fix a large native memory leak. 2012-04-16 16:48:53 +09:00