OSDN Git Service

Revert "Revert "Add locale aware APIs.""
authorDan Albert <danalbert@google.com>
Wed, 9 Jul 2014 22:51:34 +0000 (22:51 +0000)
committerDan Albert <danalbert@google.com>
Fri, 11 Jul 2014 16:21:31 +0000 (16:21 +0000)
commitdfb5ce42bcc5a275af49211c0bbe64c5ec3d2668
tree4ff3d2f96f0c5e00edac99cd86119f2ecc5cfa73
parent76df69d1f5cbbc8a2c1e899bc1ad5ada8b083e1e
Revert "Revert "Add locale aware APIs.""

This reverts commit 063e20c26943ec82ef1d53a544545e79054e93d3.

Change-Id: Ib8c9004efefe75a5346b3af50dfe37952d91eb21
16 files changed:
libc/Android.mk
libc/bionic/ctype.cpp [new file with mode: 0644]
libc/bionic/strcoll_l.cpp [new file with mode: 0644]
libc/bionic/strftime_l.cpp [new file with mode: 0644]
libc/bionic/strtold_l.cpp [new file with mode: 0644]
libc/bionic/strtoll_l.cpp [new file with mode: 0644]
libc/bionic/strtoull_l.cpp [new file with mode: 0644]
libc/bionic/strxfrm_l.cpp [new file with mode: 0644]
libc/bionic/wchar.cpp
libc/bionic/wctype.cpp
libc/include/ctype.h
libc/include/stdlib.h
libc/include/string.h
libc/include/time.h
libc/include/wchar.h
libc/include/wctype.h