Home | History | Annotate | Download | only in Objects

Lines Matching full:mbcs

1251     else if (strcmp(encoding, "mbcs") == 0)
1366 else if (strcmp(encoding, "mbcs") == 0)
3902 /* --- MBCS codecs for Windows -------------------------------------------- */
3925 * Decode MBCS string into unicode object. If 'final' is set, converts
3929 const char *s, /* MBCS string */
3930 int size, /* sizeof MBCS string */
4023 * Convert unicode into string object (MBCS).