Searched refs:uc_cnt (Results 1 – 2 of 2) sorted by relevance
1405 ntfschar *ntfs_locase_table_build(const ntfschar *uc, u32 uc_cnt) argument1411 lc = (ntfschar*)ntfs_malloc(uc_cnt*sizeof(ntfschar));1413 for (i=0; i<uc_cnt; i++)1415 for (i=0; i<uc_cnt; i++) {1417 if ((upp != i) && (upp < uc_cnt))
65 extern ntfschar *ntfs_locase_table_build(const ntfschar *uc, u32 uc_cnt);