Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c694 static int dbc_1st (BYTE c) in dbc_1st() function
789 if (dbc_1st((BYTE)wc)) { /* Is it a DBC 1st byte? */ in tchar2uni()
2053 if (dbc_1st(dst[j])) { /* To avoid DBC break up */
2721 if (dbc_1st((BYTE)wc) && si != 8 && si != 11 && dbc_2nd(dp->dir[si])) { /* Make a DBC if needed */
2805 if (dbc_1st((BYTE)chr)) { /* Get DBC 2nd byte if needed */
3045 if (dbc_1st(c)) { /* Check if it is a DBC 1st byte */
5407 if (dbc_1st((BYTE)wc) && si < 11) wc = wc << 8 | dj.dir[si++]; /* Is it a DBC? */
5511 if (dbc_1st((BYTE)wc)) wc = dbc_2nd((BYTE)*label) ? wc << 8 | (BYTE)*label++ : 0;
6473 if (dbc_1st((BYTE)wc)) { /* DBC 1st byte? */