am da4f30c5: Merge "Remove incompatible Unicode compatibility types."

* commit 'da4f30c5b451091068ecb5f6fa3697a7dd6bb7df':
  Remove incompatible Unicode compatibility types.
This commit is contained in:
Dan Albert 2014-12-12 02:53:25 +00:00 committed by Android Git Automerger
commit 977b84140f
1 changed files with 0 additions and 6 deletions

View File

@ -22,12 +22,6 @@
extern "C" {
// Definitions exist in C++11
#if defined __cplusplus && __cplusplus < 201103L
typedef unsigned int char32_t;
typedef unsigned short char16_t;
#endif
// Standard string functions on char16_t strings.
int strcmp16(const char16_t *, const char16_t *);
int strncmp16(const char16_t *s1, const char16_t *s2, size_t n);