Home
last modified time | relevance | path

Searched refs:strncpy16 (Results 1 – 2 of 2) sorted by relevance

/system/core/include/utils/
DUnicode.h31 char16_t *strncpy16(char16_t *, const char16_t *, size_t);
/system/core/libutils/
DUnicode.cpp256 char16_t *strncpy16(char16_t *dst, const char16_t *src, size_t n) in strncpy16() function