Searched refs:utf16_len (Results 1 – 3 of 3) sorted by relevance
617 cifs_strndup_to_utf16(const char *src, const int maxlen, int *utf16_len, in cifs_strndup_to_utf16() argument627 *utf16_len = 0; in cifs_strndup_to_utf16()631 *utf16_len = len; in cifs_strndup_to_utf16()
105 int *utf16_len, const struct nls_table *cp,
280 int utf16_len = utf16_strnlen(str, precision); in string16() local281 u8 utf8[utf16_len * MAX_UTF8_PER_UTF16]; in string16()284 utf8_len = utf16_to_utf8(utf8, str, utf16_len) - utf8; in string16()