maiacore android keyboard app or something
Find a file
Xiaojun Bi 11b7076168 Fix a bug for counting code points in WordComposer.java
This bug threw an ArrayIndexOutOfBoundsException when the word length
is 49 (maxSize + 1) when calling StringUtils.copyCodePointsAndReturnCodePointCount(...)
in the same function. This bug is discovered by running SKETCH.

The intent is to count the code points from index 0 to index i (included).
The original code only counted the code points from index 0 to index (i-1).

Bug: 13969542
Change-Id: Idbf596aba2379ba552dbe580c83c42044d505aaf
2014-04-18 14:56:35 -07:00
dictionaries Update all dicts to version 44. 2014-02-24 21:27:25 +09:00
java Fix a bug for counting code points in WordComposer.java 2014-04-18 14:56:35 -07:00
native Merge "Make addUnigramWord use UnigramProperty." 2014-04-14 11:03:30 +00:00
tests Merge "[IL135] Make getCurrentAutoCapsState private" 2014-04-15 02:27:52 +00:00
tools Revise myanmar keyboard layout 2014-04-11 15:29:30 +09:00
Android.mk Build native subdirectories first 2013-01-28 20:07:31 -08:00
CleanSpec.mk Add a clean step for LatinIME native lib. 2014-03-21 10:46:24 +09:00