Lines Matching full:convert
17 * cifs_mapchar() - convert a host-endian char to proper char in codepage
80 /* convert SURROGATE_PAIR and IVS */ in cifs_mapchar()
137 * smb_from_utf16() - convert utf16le string to local charset
145 * Convert a little-endian utf16le string (as sent by the server) to a string
225 * smb_strtoUTF16() - Convert character string to unicode string
243 * convert utf8 -> utf16, we assume we have enough space in smb_strtoUTF16()
284 * Take a string given by the server, convert it to the local codepage and
322 * Convert 16 bit Unicode pathname to wire format from string in current code
328 * smbConvertToUTF16() - convert string from local charset to utf16
335 * Convert 16 bit Unicode pathname to wire format from string in current code
397 /* convert SURROGATE_PAIR */ in smbConvertToUTF16()