summaryrefslogtreecommitdiffstats
path: root/libc/bionic/mbstate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adds functionality specified by uchar.hDan Albert2014-06-041-0/+57
mbrtoc32 and c32rtomb get their implementations from mbrtowc and wcrtomb. The wc functions now simply call the c32 functions. Bug: 14646575 Change-Id: I49d4b95fed0f9d790260c996c4d0f8bfd1686324