| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a variable-length header region to the binary format.•••Also bump up the format version to 2.
Bug: 5686638
Change-Id: I3aafdd7e42c422202122998ec093280051aa8e07
|  Jean Chalard | 2012-03-06 | 1 | -5/+42 |
* | Read multi-byte char group counts•••Change-Id: Idc62382f1c814e9bd1466c9f7dda1fcc8ba4137d
|  Jean Chalard | 2012-01-16 | 1 | -1/+3 |
* | Fix indentations.•••Change-Id: I25c26e2fe50427d11d97b6204174a4f651963d24
|  Ken Wakasa | 2012-01-06 | 1 | -2/+2 |
* | Skip shortcut targets if any. (A1)•••Change-Id: I1e83bba2b36bdc0429debb22425ce75001e61c81
|  Jean Chalard | 2011-12-27 | 1 | -7/+7 |
* | Add bigram lookup implementation.•••Bug: 5046459
Change-Id: Id2c7686c5da078751ed587e559417e808779aa7a
|  Jean Chalard | 2011-08-02 | 1 | -0/+147 |
* | 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
|  Jean Chalard | 2011-07-26 | 1 | -0/+73 |
* | Check the binary dictionary magic number•••...and return NULL if it does not matched an expected value.
Bug: 5052486
Change-Id: I1dc7955d2785ee080bc5c22398be9befe332f096
|  Jean Chalard | 2011-07-20 | 1 | -0/+13 |
* | New dict format, step 7•••This actually implements the new dictionary format, but does not
activate the implementation through #defines.
Bug: 4392433
Change-Id: I9b26b9bcb4b823a36e0984799b69730acfc6f7f3
|  Jean Chalard | 2011-07-13 | 1 | -0/+209 |