OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strncpy16to8
(Results
1 - 2
of
2
) sorted by null
/system/core/include/cutils/
jstring.h
31
extern char *
strncpy16to8
(char *dest, const char16_t*s, size_t n);
/system/core/libcutils/
strdup16to8.c
38
* to allocate a destination buffer to
strncpy16to8
which
107
extern char*
strncpy16to8
(char* utf8Str, const char16_t* utf16Str, size_t len)
function
165
strncpy16to8
(ret, s, n);
Completed in 80 milliseconds