Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 977b8414 authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

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

* commit 'da4f30c5':
  Remove incompatible Unicode compatibility types.
parents 3e49bbc4 da4f30c5
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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);