Lines Matching full:characters
18 * All these routines assume that the Unicode characters are in little endian
24 * characters are (in)valid.
43 * @s1_len: length in Unicode characters of @s1
45 * @s2_len: length in Unicode characters of @s2
48 * @upcase_size: length in Unicode characters of @upcase (if present)
81 * The following characters are considered invalid: '"', '*', '<', '>' and '?'.
125 * @n: maximum unicode characters to compare
127 * Compare the first @n characters of the Unicode strings @s1 and @s2,
132 * if @s1 (or the first @n Unicode characters thereof) is found, respectively,
157 * @n: maximum unicode characters to compare
159 * @upcase_size: upcase table size in Unicode characters
161 * Compare the first @n characters of the Unicode strings @s1 and @s2,
168 * if @s1 (or the first @n Unicode characters thereof) is found, respectively,
235 * On success the function returns the number of Unicode characters written to
285 "characters that cannot be converted to " in ntfs_nlstoucs()
290 "name on NTFS is %d Unicode characters.", in ntfs_nlstoucs()
301 * @ins_len: length of input string in Unicode characters
373 ntfs_error(vol->sb, "Unicode name contains characters that cannot be " in ntfs_ucstonls()