Home
last modified time | relevance | path

Searched defs:c (Results 1 – 2 of 2) sorted by relevance

/fatfs-2.7.6/option/
Dffunicode.c15227 WCHAR c = 0; in ff_uni2oem() local
15249 WCHAR c = 0; in ff_oem2uni() local
15281 WCHAR c = 0, uc; in ff_uni2oem() local
15317 WCHAR c = 0; in ff_oem2uni() local
15364 WCHAR c = 0, uc; in ff_uni2oem() local
15416 WCHAR c = 0; in ff_oem2uni() local
/fatfs-2.7.6/
Dff.c48 #define IsUpper(c) ((c) >= 'A' && (c) <= 'Z') argument
49 #define IsLower(c) ((c) >= 'a' && (c) <= 'z') argument
50 #define IsDigit(c) ((c) >= '0' && (c) <= '9') argument
51 #define IsSeparator(c) ((c) == '/' || (c) == '\\') argument
52 #define IsTerminator(c) ((UINT)(c) < (FF_USE_LFN ? ' ' : '!')) argument
53 #define IsSurrogate(c) ((c) >= 0xD800 && (c) <= 0xDFFF) argument
54 #define IsSurrogateH(c) ((c) >= 0xD800 && (c) <= 0xDBFF) argument
55 #define IsSurrogateL(c) ((c) >= 0xDC00 && (c) <= 0xDFFF) argument
688 static int dbc_1st (BYTE c) in dbc_1st()
708 static int dbc_2nd (BYTE c) in dbc_2nd()
[all …]