LatinIME/native/src
Jean Chalard d30433837d Add a replacement character to digraphs system
The digraphs system used to allow only the replacement of
a pair (A, B) by (A). This change allows the replacement to
be any character.
Bug: 5140033

Change-Id: Icf5995f0ec553f7b7989af9902cbb2c4c6b51009
2012-03-22 11:37:26 +09:00
..
additional_proximity_chars.cpp Fix additional proximity in the native code 2012-03-14 11:17:59 +09:00
additional_proximity_chars.h Fix additional proximity in the native code 2012-03-14 11:17:59 +09:00
basechars.cpp Reorganize char_utils.h and basechars.h 2011-11-11 19:44:08 +09:00
bigram_dictionary.cpp Fix a bug where the returned number of bigrams was incorrect 2012-03-21 16:55:04 +09:00
bigram_dictionary.h Fix indentations. 2012-01-06 12:24:38 +09:00
binary_format.h Add a variable-length header region to the binary format. 2012-03-06 17:37:28 +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 Reorganize char_utils.h and basechars.h 2011-11-11 19:44:08 +09:00
correction.cpp Support multi words suggestion 2012-02-08 13:00:31 +09:00
correction.h Fix correction utility 2012-03-02 12:34:17 +09:00
correction_state.h Support correction conversion from skip to additional proximity 2012-02-03 20:00:15 +09:00
debug.h New LOG lib 2012-01-13 18:04:15 +09:00
defines.h Generalize the digraph code 2012-03-21 17:50:55 +09:00
dictionary.cpp Add a variable-length header region to the binary format. 2012-03-06 17:37:28 +09:00
dictionary.h Remove a bunch of obsolete methods. 2012-01-16 15:19:47 +09:00
proximity_info.cpp Calculate proximity characters in the native code 2012-03-16 17:26:36 +09:00
proximity_info.h Calculate proximity characters in the native code 2012-03-16 17:26:36 +09:00
terminal_attributes.h Fill in the format-specific shortcut reading methods (A3) 2012-01-06 14:09:54 +09:00
unigram_dictionary.cpp Add a replacement character to digraphs system 2012-03-22 11:37:26 +09:00
unigram_dictionary.h Add a replacement character to digraphs system 2012-03-22 11:37:26 +09:00
words_priority_queue.h Use C++ template for min/max 2012-02-06 09:41:41 +09:00
words_priority_queue_pool.h Implement multi words suggestions step1 2012-01-30 18:01:25 +09:00