aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/char_utils.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize char_utils.h and basechars.hTadashi G. Takaoka2011-11-111-0/+39
| | | | | | | * make BASE_CHARS[] const * add several inline menthods for ASCII character handling Change-Id: I49664f219af88faf0aef43ac350cfc216570b185
* Clean up in LatinIME native codeKen Wakasa2011-06-181-1/+1
| | | | Change-Id: I0062200a0181a491690115ac0fab8d11358e2f14
* Fix the sandbox build & get rid of ICU dependency.Ken Wakasa2010-04-201-0/+26
Changed package name from com.android.inputmethod.latin2 to com.google.android.inputmethod.latin2. Copied LatinIME's current dictionaries from master's vendor directory. Confirmed latin_tolower() function returns the result identical to ICU's u_tolower(). - Note that I will merge the ICU dependency removal change to master. Change-Id: Ia85bd3e88ce5159934684e2228d8b0c5a8885296