HomeSort by relevance Sort by last modified time
    Searched refs:unicode_from_codepage (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/binutils/
winduni.h 127 extern void unicode_from_codepage (rc_uint_type *, unichar **, const char *, rc_uint_type);
mclex.c 213 unicode_from_codepage (&usz_len, &usz, sz, CP_ACP);
215 unicode_from_codepage (&usz_len, &usv, sv, CP_ACP);
winduni.c 193 unicode_from_codepage (length, unicode, ascii, wind_current_codepage);
669 unicode_from_codepage (rc_uint_type *length, unichar **u, const char *src, rc_uint_type cp) function
windmc.c 1128 unicode_from_codepage (&ul, &u, buff, mcset_codepage_in);

Completed in 1184 milliseconds