Home
last modified time | relevance | path

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

/fatfs-latest/option/
Dffunicode.c15464 DWORD ff_wtoupper ( /* Returns up-converted code point */ in ff_wtoupper() function
/fatfs-latest/
Dff.c1919 …if (ni >= FF_MAX_LFN + 1 || ff_wtoupper(chr) != ff_wtoupper(lfnbuf[ni++])) { /* Compare it with na…
2123 chr = (WCHAR)ff_wtoupper(chr); /* File name needs to be up-case converted */
2431 if (ff_wtoupper(ld_word(fs->dirbuf + di)) != ff_wtoupper(fs->lfnbuf[ni])) break;
2794 chr = ff_wtoupper(chr);
2956 wc = ff_uni2oem(ff_wtoupper(wc), CODEPAGE); /* Unicode ==> Up-convert ==> ANSI/OEM code */
2962 wc = ff_uni2oem(ff_wtoupper(wc), CODEPAGE); /* Unicode ==> Up-convert ==> ANSI/OEM code */
5508 wc = (dc < 0x10000) ? ff_uni2oem(ff_wtoupper(dc), CODEPAGE) : 0;
6077 ch = (WCHAR)ff_wtoupper(si); /* Get an up-case char */
6081 …for (j = 1; (WCHAR)(si + j) && (WCHAR)(si + j) == ff_wtoupper((WCHAR)(si + j)); j++) ; /* Get run …
/fatfs-latest/include/
Dff.h369 DWORD ff_wtoupper (DWORD uni); /* Unicode upper-case conversion */