2 mbrtoc32() function: convert multibyte character to 32-bit wide character.
7 lib/mbrtowc-impl-utf8.h
8 lib/lc-charset-dispatch.h
9 lib/lc-charset-dispatch.c
12 lib/windows-initguard.h
21 attribute [test $HAVE_MBRTOC32 = 0 || test $REPLACE_MBRTOC32 = 1]
22 c99 [{ test $HAVE_MBRTOC32 = 0 || test $REPLACE_MBRTOC32 = 1; } && test $REPLACE_MBSTATE_T = 0]
23 hard-locale [{ test $HAVE_MBRTOC32 = 0 || test $REPLACE_MBRTOC32 = 1; } && test $REPLACE_MBSTATE_T = 0]
24 mbrtowc [{ test $HAVE_MBRTOC32 = 0 || test $REPLACE_MBRTOC32 = 1; } && test $REPLACE_MBSTATE_T = 0]
25 localcharset [test $HAVE_MBRTOC32 = 0 || test $REPLACE_MBRTOC32 = 1]
26 streq [test $HAVE_MBRTOC32 = 0 || test $REPLACE_MBRTOC32 = 1]
27 verify [test $HAVE_MBRTOC32 = 0 || test $REPLACE_MBRTOC32 = 1]
31 if test $HAVE_MBRTOC32 = 0 || test $REPLACE_MBRTOC32 = 1; then
33 if test $REPLACE_MBSTATE_T = 1; then
34 AC_LIBOBJ([lc-charset-dispatch])
35 AC_LIBOBJ([mbtowc-lock])
40 gl_UCHAR_MODULE_INDICATOR([mbrtoc32])