Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dffunicode.c15468 DWORD ff_wtoupper ( /* Returns up-converted code point */ in ff_wtoupper() function
Dff.h346 DWORD ff_wtoupper (DWORD uni); /* Unicode upper-case conversion */
Dff.c1887 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 …