aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/terminal_attributes.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor parameters by naming conventionSatoshi Kataoka2013-03-181-1/+1
| | | | Change-Id: I8bda8075b33f656ecbec08320afcd864b620fe77
* Remove MAX_WORD_LENGTH_INTERNALKen Wakasa2013-01-151-5/+6
| | | | Change-Id: Ie11ff000675601acff5fbb00e9e9f48eb32c5071
* Small cleanupsKen Wakasa2012-12-111-0/+1
| | | | Change-Id: I29b4dee15d66f8f1372035738658234395001d41
* Use 32-bit code points for suggestions outputKen Wakasa2012-11-011-6/+4
| | | | | | | This is a multi-project commit with Ic43dd666 bug: 6526418 Change-Id: I39c1acb4e91d04cd8a4ec5a943c8cf575da75ebc
* Fix a bug in multiple shortcut handling code.Jean Chalard2012-10-091-1/+0
| | | | | Bug: 7301525 Change-Id: Ib38f5ab4b7e4f7996bccbc6830d46f52fd71c6f9
* Cosmetic fixes and a bug fix in ↵Ken Wakasa2012-09-041-5/+5
| | | | | | | | UnigramDictionary::testCharGroupForContinuedLikeness(). This change has actually been extracted from a change work in progress I4fe423834b8131fb122251892c98228a6e08ba25 Change-Id: I52568fa09da2ea22be7f8bfe9676b7cd73c31fa4
* Reinstate the shortcut-only attributeJean Chalard2012-08-311-0/+4
| | | | | | | | Also add the blacklist attribute Bug: 7005742 Bug: 2704000 Change-Id: Icbe60bdf25bfb098d9e3f20870be30d6aef07c9d
* Address warnings by -Weffc++Ken Wakasa2012-08-241-11/+10
| | | | Change-Id: Icd60f1ed2ace0b975d8785bc8a386c7944846075
* Tag the whitelisted entries in native code.Jean Chalard2012-08-131-1/+2
| | | | | | | | | | Since this is already used in Java land, this actually does activate the whitelist path, and the code is now fully functional. We still have to remove the old whitelist resource and to compile the dictionary that includes the whitelist. Bug: 6906525 Change-Id: Iacde5313e303b9ed792940efaf6bcfa4ee1317bd
* Move flags belonging to BinaryFormat to the right place.Jean Chalard2012-08-011-3/+3
| | | | | | | | | | These masks and flags are constants that are an integral part of the format. They belong in BinaryFormat and have nothing to do in UnigramDictionary. This needs I6751dda4 to not break the build Bug: 6429243 Change-Id: Ic1c842b3245f7fdc25aa8d1459c5bb07b262e265
* Cosmetic fixes and style fixesKen Wakasa2012-07-251-6/+5
| | | | Change-Id: I69c42ff945cdf0d5205c6ca61d6861a0479492dc
* Move correction state to stack memorysatok2012-06-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | *Before (0) 13.18 (0.01%) (1) 93025.41 (62.06%) (2) 10.75 (0.01%) (3) 10.50 (0.01%) (4) 117.50 (0.08%) (5) 55678.98 (37.14%) (6) 9.09 (0.01%) (20) 883.84 (0.59%) Total 149898.24 (sum of others 149749.25) *After (0) 17.41 (0.01%) (1) 92673.41 (61.95%) (2) 10.62 (0.01%) (3) 10.37 (0.01%) (4) 120.96 (0.08%) (5) 55741.18 (37.26%) (6) 11.01 (0.01%) (20) 862.72 (0.58%) Total 149595.52 (sum of others 149447.68) Change-Id: Ia5a25a544fc388e4dab1e08d8f78d5117b249cf3
* Read shortcuts as strings in the dictionary.Jean Chalard2012-04-061-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has no impact on performance. Before: (0) 9.61 (0.01%) (1) 57514.58 (56.70%) (2) 10.55 (0.01%) (3) 10.79 (0.01%) (4) 133.20 (0.13%) (5) 43553.87 (42.94%) (6) 10.03 (0.01%) (20) 47.20 (0.05%) Total 101431.47 (sum of others 101289.84) After: (0) 10.52 (0.01%) (1) 56311.16 (56.66%) (2) 13.40 (0.01%) (3) 10.98 (0.01%) (4) 136.72 (0.14%) (5) 42707.92 (42.97%) (6) 9.79 (0.01%) (20) 51.35 (0.05%) Total 99390.76 (sum of others 99251.84) The difference is not significant with regard to measure imprecision Change-Id: I2e4f1ef7a5e99082e67dd27f56cf4fc432bb48fa
* Move the "src" directory as a preparation for Ib4a47342 and I66f6c5b9Ken Wakasa2012-03-301-0/+78
Change-Id: I3ab65059f6e356530484bfd0bba26a634a4cba65