Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c688 static int dbc_1st (BYTE c) in dbc_1st() function
783 if (dbc_1st((BYTE)wc)) { /* Is it a DBC 1st byte? */ in tchar2uni()
2004 if (dbc_1st(dst[j])) { /* To avoid DBC break up */
2662 if (dbc_1st((BYTE)wc) && si != 8 && si != 11 && dbc_2nd(dp->dir[si])) { /* Make a DBC if needed */
2742 if (dbc_1st((BYTE)chr)) { /* Get DBC 2nd byte if needed */
2975 if (dbc_1st(c)) { /* Check if it is a DBC 1st byte */
5320 if (dbc_1st((BYTE)wc) && si < 11) wc = wc << 8 | dj.dir[si++]; /* Is it a DBC? */
5419 if (dbc_1st((BYTE)wc)) wc = dbc_2nd((BYTE)*label) ? wc << 8 | (BYTE)*label++ : 0;
6366 if (dbc_1st((BYTE)wc)) { /* DBC 1st byte? */