HomeSort by relevance Sort by last modified time
    Searched refs:c16memcmp (Results 1 - 5 of 5) sorted by null

  /external/chromium/base/
string_util_posix.h 41 return c16memcmp(s1, s2, count);
string16.h 50 BASE_API int c16memcmp(const char16* s1, const char16* s2, size_t n);
85 return c16memcmp(s1, s2, n);
string16.cc 22 int c16memcmp(const char16* s1, const char16* s2, size_t n) { function in namespace:base
  /external/chromium/googleurl/base/
string16.h 71 int c16memcmp(const char16* s1, const char16* s2, size_t n);
98 return c16memcmp(s1, s2, n);
string16.cc 42 int c16memcmp(const char16* s1, const char16* s2, size_t n) { function in namespace:base

Completed in 145 milliseconds