summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/InputFilter.java
Commit message (Collapse)AuthorAgeFilesLines
* JPtextinput: Dont break emoji characters when cutting strings.Ishibashi Takako2011-01-101-1/+8
| | | | | | | | | | | In the LengthFilter make sure that we do not cut the string so a last emoji character gets broken and replaced by some garbage character. We need to check if the last char is the high surrogate and if so drop the high surrogate also. Change-Id: I210e7e41aa0761ecbb2b32e3ebf680a04382c287
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+97
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-97/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+5
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+92