aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/binary_format.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a variable-length header region to the binary format.Jean Chalard2012-03-061-5/+42
| | | | | | | Also bump up the format version to 2. Bug: 5686638 Change-Id: I3aafdd7e42c422202122998ec093280051aa8e07
* Read multi-byte char group countsJean Chalard2012-01-161-1/+3
| | | | Change-Id: Idc62382f1c814e9bd1466c9f7dda1fcc8ba4137d
* Fix indentations.Ken Wakasa2012-01-061-2/+2
| | | | Change-Id: I25c26e2fe50427d11d97b6204174a4f651963d24
* Skip shortcut targets if any. (A1)Jean Chalard2011-12-271-7/+7
| | | | Change-Id: I1e83bba2b36bdc0429debb22425ce75001e61c81
* Add bigram lookup implementation.Jean Chalard2011-08-021-0/+147
| | | | | Bug: 5046459 Change-Id: Id2c7686c5da078751ed587e559417e808779aa7a
* Small native refactoring.Jean Chalard2011-07-261-0/+73
| | | | | | | | | | | | 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
* Check the binary dictionary magic numberJean Chalard2011-07-201-0/+13
| | | | | | | ...and return NULL if it does not matched an expected value. Bug: 5052486 Change-Id: I1dc7955d2785ee080bc5c22398be9befe332f096
* New dict format, step 7Jean Chalard2011-07-131-0/+209
This actually implements the new dictionary format, but does not activate the implementation through #defines. Bug: 4392433 Change-Id: I9b26b9bcb4b823a36e0984799b69730acfc6f7f3