Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c49 #define IsLower(c) ((c) >= 'a' && (c) <= 'z') macro
2735 if (IsLower(chr)) chr -= 0x20; /* To upper ASCII char */
2910 if (IsLower(wc)) { /* ASCII lower case? */
2982 if (IsLower(c)) c -= 0x20; /* To upper */
3119 if (IsLower(c)) c -= 0x20;
3120 if (IsLower(tc)) tc -= 0x20;
3139 if (IsLower(c)) c -= 0x20;
3140 if (IsLower(tc)) tc -= 0x20;
5420 if (IsLower(wc)) wc -= 0x20; /* To upper ASCII characters */