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 40 return c16memcmp(s1, s2, count);
string16.h 48 int c16memcmp(const char16* s1, const char16* s2, size_t n);
79 return c16memcmp(s1, s2, n);
string16.cc 21 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 352 milliseconds