OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strncpy16
(Results
1 - 2
of
2
) sorted by null
/system/core/include/utils/
Unicode.h
34
char16_t *
strncpy16
(char16_t *, const char16_t *, size_t);
/system/core/libutils/
Unicode.cpp
262
char16_t *
strncpy16
(char16_t *dst, const char16_t *src, size_t n)
function
Completed in 2683 milliseconds