summaryrefslogtreecommitdiffstats
path: root/include/ScopedStringChars.h
Commit message (Collapse)AuthorAgeFilesLines
* Use JNI's jchar instead of ICU's (equivalent) UChar.Elliott Hughes2011-04-081-1/+1
| | | | | | This class should be usable by native code unrelated to ICU. Change-Id: I5017a023b68b3c9d625162f3a0b2dfb7a6edbeb8
* Clean up the CharsetDecoder/CharsetEncoder implementation a bit more.Elliott Hughes2011-02-071-0/+51
This removes the duplicated error-checking in the ICU classes that started this investigation, but also cleans up a bunch of other stuff. There shouldn't be any other behavioral differences, just clearer code. Bug: 3418769 Change-Id: I4da4d2a5b2fce1b152e527909b7c76a6db76c5c0