Home
last modified time | relevance | path

Searched refs:uc_len (Results 1 - 2 of 2) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
H A Dunistr.h63 extern void ntfs_upcase_table_build(ntfschar *uc, u32 uc_len);
/third_party/ntfs-3g/libntfs-3g/
H A Dunistr.c1201 * @uc_len: size of destination buffer in bytes
1204 * stores it in the caller supplied buffer @uc of size @uc_len.
1206 * Note, @uc_len must be at least 128kiB in size or bad things will happen!
1208 void ntfs_upcase_table_build(ntfschar *uc, u32 uc_len) argument
1342 memset((char*)uc, 0, uc_len);
1343 uc_len >>= 1;
1344 if (uc_len > 65536)
1345 uc_len = 65536;
1346 for (i = 0; (u32)i < uc_len; i++)

Completed in 5 milliseconds