diff options
| author | Elliott Hughes <enh@google.com> | 2018-08-17 09:59:29 -0700 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2018-08-17 09:59:29 -0700 |
| commit | 7b6751d2f8b9556af20eaa7a36431986fdeff597 (patch) | |
| tree | 71645a92293b9f13ac723b5e7bc76792ee2b498d /libutils/include/utils/Unicode.h | |
| parent | 5f42ee186dd78435d78d7ee757de9c2f25c5783f (diff) | |
| download | system_core-7b6751d2f8b9556af20eaa7a36431986fdeff597.tar.gz system_core-7b6751d2f8b9556af20eaa7a36431986fdeff597.tar.bz2 system_core-7b6751d2f8b9556af20eaa7a36431986fdeff597.zip | |
libutils: remove unused strzcmp16_h_n.
Bug: N/A
Test: builds
Change-Id: I864bfb3597da76cd0a4fecce67e39d5d81538764
Diffstat (limited to 'libutils/include/utils/Unicode.h')
| -rw-r--r-- | libutils/include/utils/Unicode.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libutils/include/utils/Unicode.h b/libutils/include/utils/Unicode.h index 666b70f4e..61a1b4fcf 100644 --- a/libutils/include/utils/Unicode.h +++ b/libutils/include/utils/Unicode.h @@ -40,9 +40,6 @@ char16_t *strstr16(const char16_t*, const char16_t*); // equivalent result as strcmp16 (unlike strncmp16). int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2); -// Version of strzcmp16 for comparing strings in different endianness. -int strzcmp16_h_n(const char16_t *s1H, size_t n1, const char16_t *s2N, size_t n2); - // Standard string functions on char32_t strings. size_t strlen32(const char32_t *); size_t strnlen32(const char32_t *, size_t); |
