IsDBCS2 is only used within FatFs.
 
Symbols
loading...
Files
loading...

IsDBCS2 macro

Syntax

#define IsDBCS2(c) 0

Arguments

c

References

LocationText
ff.c:295
#define IsDBCS2(c) 0
ff.c:2644
if (!IsDBCS2(b)) return FR_INVALID_NAME; /* Reject invalid sequence */
ff.c:2786
if (!IsDBCS2(d) || i >= ni - 1) return FR_INVALID_NAME; /* Reject invalid DBC */