46 #define apr_conv_utf8_to_ucs2(in, inbytes, out, outwords) apr_conv_utf8_to_utf16(in, inbytes, out, outwords)
66 #define apr_conv_ucs2_to_utf8(in, inwords, out, outbytes) apr_conv_utf16_to_utf8(in, inwords, out, outbytes)
APR Platform Definitions.
apr_status_t apr_conv_utf8_to_utf16(const char *in, apr_size_t *inbytes, apr_wchar_t *out, apr_size_t *outwords)
apr_uint16_t apr_wchar_t
Definition: apr_arch_utf8.h:26
apr_status_t apr_conv_utf16_to_utf8(const apr_wchar_t *in, apr_size_t *inwords, char *out, apr_size_t *outbytes)
APR general purpose library routines.
int apr_status_t
Definition: apr_errno.h:44
#define APR_DECLARE(x)
Definition: macros.h:6