Lines Matching refs:Wrong
43 #error Wrong include file (ff.h).
187 #error Wrong sector size configuration
373 #error Wrong FF_VOLUMES setting
596 if (!IsSurrogateH(uc) || !IsSurrogateL(wc)) return 0xFFFFFFFF; /* Wrong surrogate? */
612 } else { /* Wrong sequence */
617 if ((b & 0xC0) != 0x80) return 0xFFFFFFFF; /* Wrong sequence? */
620 if (uc < 0x80 || IsSurrogate(uc) || uc >= 0x110000) return 0xFFFFFFFF; /* Wrong code? */
626 if (uc >= 0x110000 || IsSurrogate(uc)) return 0xFFFFFFFF; /* Wrong code? */
698 if (hc >= 0x100000 || chr >= 0x400) return 0; /* Wrong surrogate? */
713 if (hc >= 0x100000 || chr >= 0x400) return 0; /* Wrong surrogate? */
2203 if (wc == 0) { /* Wrong char in the current code page? */
2272 if (chr == 0xFFFFFFFF) chr = 0; /* Wrong UTF encoding is recognized as end of the string */
6419 #error Wrong FF_STRF_ENCODE setting
6455 if (rc != 1 || !dbc_2nd(s[0])) continue; /* Wrong code? */
6495 if (rc != ct || dc < 0x80 || IsSurrogate(dc) || dc >= 0x110000) continue; /* Wrong encoding? */
6617 return; /* Wrong leading byte (discard it) */
6629 if (dc == 0xFFFFFFFF) return; /* Wrong code? */