OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c16memcpy
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/strings/
string16.cc
57
char16*
c16memcpy
(char16* s1, const char16* s2, size_t n) {
function in namespace:base
string16.h
60
BASE_EXPORT char16*
c16memcpy
(char16* s1, const char16* s2, size_t n);
105
return
c16memcpy
(s1, s2, n);
Completed in 45 milliseconds