Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/fatfs/src/
Dff.c48 #define IsLower(c) ((c) >= 'a' && (c) <= 'z') macro
2765 if (IsLower(chr)) chr -= 0x20; /* To upper ASCII char */
2933 if (IsLower(wc)) { /* ASCII lower case? */
3005 if (IsLower(c)) c -= 0x20; /* To upper */
3141 if (IsLower(c)) c -= 0x20;
3142 if (IsLower(tc)) tc -= 0x20;
3160 if (IsLower(c)) c -= 0x20;
3161 if (IsLower(tc)) tc -= 0x20;
5299 if (IsLower(wc)) wc -= 0x20; /* To upper ASCII characters */
6475 if (IsLower(d)) d -= 0x20;