Home
last modified time | relevance | path

Searched refs:uc_cnt (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dunistr.c1405 ntfschar *ntfs_locase_table_build(const ntfschar *uc, u32 uc_cnt) argument
1411 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))
/third_party/ntfs-3g/include/ntfs-3g/
Dunistr.h65 extern ntfschar *ntfs_locase_table_build(const ntfschar *uc, u32 uc_cnt);