diff options
author | 2012-04-23 15:37:07 +0900 | |
---|---|---|
committer | 2012-04-23 16:05:36 +0900 | |
commit | 522a04ea5b249d0af556647d2abcad57e5b99b4f (patch) | |
tree | 7bb086debeed66c3b2fd32137db9b2586532026f /java/src/com/android/inputmethod/latin/StringUtils.java | |
parent | 0df78d46da1ef0d42196f3baa9d5f6df5932afb6 (diff) | |
download | latinime-522a04ea5b249d0af556647d2abcad57e5b99b4f.tar.gz latinime-522a04ea5b249d0af556647d2abcad57e5b99b4f.tar.xz latinime-522a04ea5b249d0af556647d2abcad57e5b99b4f.zip |
Pass words as int[] to the native code.
We need to get the bigrams during the call to getSuggestions for
bug#6313806. We already give an int[] to getSuggestions and we
wanted to get rid of char[]'s anyway because it doesn't work with
surrogate pairs, so here we go.
Bug: 6313806
Change-Id: I56ce99f1db6b3302cdf42f0527343bded837091e
Diffstat (limited to 'java/src/com/android/inputmethod/latin/StringUtils.java')
0 files changed, 0 insertions, 0 deletions