commit | 7a7f9952c12b216fbf91fc4cdbb97045e8861115 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Mon Jun 02 11:33:04 2014 -0700 |
committer | Dan Albert <danalbert@google.com> | Wed Jun 04 08:39:24 2014 -0700 |
tree | eeb9b78c9f548f65e913a9e2d184590b35cb3e42 | |
parent | 831405b749d15a11fb947a40d61fd858e952d860 [diff] [blame] |
Adds functionality specified by uchar.h mbrtoc32 and c32rtomb get their implementations from mbrtowc and wcrtomb. The wc functions now simply call the c32 functions. Bug: 14646575 Change-Id: I49d4b95fed0f9d790260c996c4d0f8bfd1686324
diff --git a/tests/Android.mk b/tests/Android.mk index db8dd8c..ffd4f2b 100644 --- a/tests/Android.mk +++ b/tests/Android.mk
@@ -108,6 +108,7 @@ sys_vfs_test.cpp \ system_properties_test.cpp \ time_test.cpp \ + uchar_test.cpp \ unistd_test.cpp \ wchar_test.cpp \