Searched refs:c16memcmp (Results 1 - 8 of 8) sorted by relevance

/external/chromium/base/
H A Dstring_util_posix.h41 return c16memcmp(s1, s2, count);
H A Dstring16.cc22 int c16memcmp(const char16* s1, const char16* s2, size_t n) { function in namespace:base
H A Dstring16.h50 BASE_API int c16memcmp(const char16* s1, const char16* s2, size_t n);
85 return c16memcmp(s1, s2, n);
/external/chromium_org/base/strings/
H A Dstring_util_posix.h41 return c16memcmp(s1, s2, count);
H A Dstring16.cc22 int c16memcmp(const char16* s1, const char16* s2, size_t n) { function in namespace:base
H A Dstring16.h54 BASE_EXPORT int c16memcmp(const char16* s1, const char16* s2, size_t n);
85 return c16memcmp(s1, s2, n);
/external/chromium/googleurl/base/
H A Dstring16.h71 int c16memcmp(const char16* s1, const char16* s2, size_t n);
98 return c16memcmp(s1, s2, n);
H A Dstring16.cc42 int c16memcmp(const char16* s1, const char16* s2, size_t n) { function in namespace:base

Completed in 420 milliseconds