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

  /external/libchrome/base/strings/
string16.cc 22 int c16memcmp(const char16* s1, const char16* s2, size_t n) { function in namespace:base
string16.h 60 BASE_EXPORT int c16memcmp(const char16* s1, const char16* s2, size_t n);
92 return c16memcmp(s1, s2, n);

Completed in 77 milliseconds