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