Lines Matching full:mbrtowc
3667 as_fn_append ac_func_list " mbrtowc"
7327 # Code from module mbrtowc:
12802 for ac_func in snprintf strnlen wcslen wcsnlen mbrtowc wcrtomb
24943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles incomplete characters" >&5
24944 $as_echo_n "checking whether mbrtowc handles incomplete characters... " >&6; }
24981 if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2))
25006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc works as well as mbtowc" >&5
25007 $as_echo_n "checking whether mbrtowc works as well as mbtowc... " >&6; }
25039 mbrtowc returns 2, and sets wc to 0x00F0.
25048 if (mbrtowc (&wc, input + 3, 6, &state) != 4
25087 ac_fn_c_check_decl "$LINENO" "mbrtowc" "ac_cv_have_decl_mbrtowc" "
25118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles a NULL pwc argument" >&5
25119 $as_echo_n "checking whether mbrtowc handles a NULL pwc argument... " >&6; }
25161 ret = mbrtowc (&wc, input, 5, &state);
25168 ret = mbrtowc (NULL, input, 5, &state);
25195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles a NULL string argument" >&5
25196 $as_echo_n "checking whether mbrtowc handles a NULL string argument... " >&6; }
25234 mbrtowc (&wc, NULL, 5, &state);
25262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc has a correct return value" >&5
25263 $as_echo_n "checking whether mbrtowc has a correct return value... " >&6; }
25304 if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2))
25307 if (mbrtowc (&wc, input + 2, 5, &state) != 1)
25320 if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2))
25323 if (mbrtowc (&wc, input + 2, 5, &state) != 2)
25336 if (mbrtowc (&wc, input + 3, 1, &state) == (size_t)(-2))
25339 if (mbrtowc (&wc, input + 4, 4, &state) != 1)
25351 if (mbrtowc (&wc, input + 3, 1, &state) == (size_t)(-2))
25354 if (mbrtowc (&wc, input + 4, 4, &state) != 1)
25366 if (mbrtowc (&wc, input + 3, 1, &state) == (size_t)(-2))
25369 if (mbrtowc (&wc, input + 4, 4, &state) != 1)
25398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc returns 0 when parsing a NUL character" >&5
25399 $as_echo_n "checking whether mbrtowc returns 0 when parsing a NUL character... " >&6; }
25436 if (mbrtowc (&wc, "", 1, &state) != 0)
25501 gl_LIBOBJS="$gl_LIBOBJS mbrtowc.$ac_objext"
25552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles incomplete characters" >&5
25553 $as_echo_n "checking whether mbrtowc handles incomplete characters... " >&6; }
25590 if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2))
25615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc works as well as mbtowc" >&5
25616 $as_echo_n "checking whether mbrtowc works as well as mbtowc... " >&6; }
25648 mbrtowc returns 2, and sets wc to 0x00F0.
25657 if (mbrtowc (&wc, input + 3, 6, &state) != 4
33750 for gl_func in btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset wcslen wcsnlen wcscpy wcpcpy wcsncpy wcpncpy wcscat wcsncat wcscmp wcsncmp wcscasecmp wcsncasecmp wcscoll wcsxfrm wcsdup wcschr wcsrchr wcscspn wcsspn wcspbrk wcsstr wcstok wcswidth ; do