2 mbrtowc() function: convert multibyte character to 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
25 attribute [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1]
26 stdint [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1]
27 hard-locale [{ test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1; } && test $REPLACE_MBSTATE_T = 0]
28 mbsinit [{ test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1; } && test $REPLACE_MBSTATE_T = 0]
29 localcharset [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1]
30 streq [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1]
31 verify [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1]
35 if test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1; then
37 if test $REPLACE_MBSTATE_T = 1; then
38 AC_LIBOBJ([lc-charset-dispatch])
39 AC_LIBOBJ([mbtowc-lock])
44 gl_WCHAR_MODULE_INDICATOR([mbrtowc])