Home
last modified time | relevance | path

Searched refs:utf16_len (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifs_unicode.c617 cifs_strndup_to_utf16(const char *src, const int maxlen, int *utf16_len, in cifs_strndup_to_utf16() argument
627 *utf16_len = 0; in cifs_strndup_to_utf16()
631 *utf16_len = len; in cifs_strndup_to_utf16()
H A Dcifs_unicode.h105 int *utf16_len, const struct nls_table *cp,
/OK3568_Linux_fs/u-boot/lib/
H A Dvsprintf.c280 int utf16_len = utf16_strnlen(str, precision); in string16() local
281 u8 utf8[utf16_len * MAX_UTF8_PER_UTF16]; in string16()
284 utf8_len = utf16_to_utf8(utf8, str, utf16_len) - utf8; in string16()