Home
last modified time | relevance | path

Searched refs:case_fold_table (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/hfsplus/
Dunicode.c22 tmp = case_fold_table[(c>>8)]; in case_fold()
24 tmp = case_fold_table[tmp + (c & 0xFF)]; in case_fold()
Dtables.c14 u16 case_fold_table[] = { variable
Dhfsplus_fs.h295 extern u16 case_fold_table[];