Searched refs:ff_wtoupper (Results 1 – 3 of 3) sorted by relevance
15468 DWORD ff_wtoupper ( /* Returns up-converted code point */ in ff_wtoupper() function
346 DWORD ff_wtoupper (DWORD uni); /* Unicode upper-case conversion */
1887 if (i >= FF_MAX_LFN + 1 || ff_wtoupper(uc) != ff_wtoupper(lfnbuf[i++])) { /* Compare it */2092 chr = (WCHAR)ff_wtoupper(chr); /* File name needs to be up-case converted */2438 if (ff_wtoupper(ld_word(fs->dirbuf + di)) != ff_wtoupper(fs->lfnbuf[ni])) break;2761 chr = ff_wtoupper(chr);2910 wc = ff_uni2oem(ff_wtoupper(wc), CODEPAGE); /* Unicode ==> Upper convert ==> ANSI/OEM code */2916 wc = ff_uni2oem(ff_wtoupper(wc), CODEPAGE); /* Unicode ==> Upper convert ==> ANSI/OEM code */5295 wc = (dc < 0x10000) ? ff_uni2oem(ff_wtoupper(dc), CODEPAGE) : 0;5664 ch = (WCHAR)ff_wtoupper(si); /* Get an up-case char */5668 …for (j = 1; (WCHAR)(si + j) && (WCHAR)(si + j) == ff_wtoupper((WCHAR)(si + j)); j++) ; /* Get run …