LatinIME/native/src
Jean Chalard 6a0e9642a8 Small native refactoring.
Move a purely dictionary-format-related function that is needed
both by unigrams and bigrams to the binary format handling
file.
Also remove the empty UnigramDictionary::getBigrams placeholder
function, on grounds that it should be in the BigramDictionary
class.

Bug: 5046459
Change-Id: I8a67a25f72122e2fa0b19ae1d936db25eb0b20ba
2011-07-26 16:13:53 +09:00
..
basechars.h (Step2)Move functions related to proximity to proximity_info.cpp 2011-07-14 15:47:32 +09:00
bigram_dictionary.cpp Fix build for profiling 2011-07-14 08:32:57 +09:00
bigram_dictionary.h Clean up in LatinIME native code 2011-06-18 23:52:09 +09:00
binary_format.h Small native refactoring. 2011-07-26 16:13:53 +09:00
char_utils.cpp Get rid of code taken from bionic to avoid license issue. 2010-04-23 01:24:09 +09:00
char_utils.h Clean up in LatinIME native code 2011-06-18 23:52:09 +09:00
debug.h Clean up in LatinIME native code 2011-06-18 23:52:09 +09:00
defines.h Separate logging definitions in C 2011-07-14 09:01:09 +09:00
dictionary.cpp Fix a bug where bigram search would never return 2011-06-17 12:45:17 +09:00
dictionary.h (Step2)Move functions related to proximity to proximity_info.cpp 2011-07-14 15:47:32 +09:00
proximity_info.cpp (Step2)Move functions related to proximity to proximity_info.cpp 2011-07-14 15:47:32 +09:00
proximity_info.h (Step2)Move functions related to proximity to proximity_info.cpp 2011-07-14 15:47:32 +09:00
unigram_dictionary.cpp Small native refactoring. 2011-07-26 16:13:53 +09:00
unigram_dictionary.h Small native refactoring. 2011-07-26 16:13:53 +09:00