Lines Matching full:wchar_t
86 wchar_t type is a 16-bit unsigned type */
93 /* Windows has a usable wchar_t type (unless we're using UCS-4) */
96 # define PY_UNICODE_TYPE wchar_t
105 /* If the compiler provides a wchar_t type we try to support it
565 /* --- wchar_t support for platforms which support it --------------------- */
575 register const wchar_t *w, /* wchar_t buffer */
579 /* Copies the Unicode Object contents into the wchar_t buffer w. At
580 most size wchar_t characters are copied.
582 Note that the resulting wchar_t string may or may not be
584 that the wchar_t string is 0-terminated in case this is required by
587 Returns the number of wchar_t characters copied (excluding a
593 register wchar_t *w, /* wchar_t buffer */