commit | 9ac4e005b4fbc32fe63dd566c5c7e54e186fbe5c | [log] [tgz] |
---|---|---|
author | Samuel Tan <samueltan@google.com> | Tue Feb 16 14:20:05 2016 -0800 |
committer | Samuel Tan <samueltan@google.com> | Thu Feb 18 17:04:23 2016 -0800 |
tree | 1d06f26f2d8eed8db561cbcbc7343a070c2f4761 | |
parent | 95fd5270653d9004466ab54bfc3d7f82a5014baf [diff] |
libutils: add String8 and String16 std_string utility methods Add utility methods that convert String16 and String8 into std::string. Also, remove a repeated include of <utils/Unicode.h> in String16.h, since it is not used in that header file, and is already included in String16.cpp. BUG: 27200800 Change-Id: I5238aeb70689499763060a99dff9950fbb7adb3e TEST: libutils builds successfully.