Lines Matching full:mbrtowc
2146 ac_func_list="$ac_func_list mbrtowc"
9514 { $as_echo "$as_me:$LINENO: checking whether mbrtowc handles incomplete characters" >&5
9515 $as_echo_n "checking whether mbrtowc handles incomplete characters... " >&6; }
9549 if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2))
9601 { $as_echo "$as_me:$LINENO: checking whether mbrtowc works as well as mbtowc" >&5
9602 $as_echo_n "checking whether mbrtowc works as well as mbtowc... " >&6; }
9631 mbrtowc returns 2, and sets wc to 0x00F0.
9640 if (mbrtowc (&wc, input + 3, 6, &state) != 4
9724 { $as_echo "$as_me:$LINENO: checking whether mbrtowc handles a NULL string argument" >&5
9725 $as_echo_n "checking whether mbrtowc handles a NULL string argument... " >&6; }
9760 mbrtowc (&wc, NULL, 5, &state);
9814 { $as_echo "$as_me:$LINENO: checking whether mbrtowc has a correct return value" >&5
9815 $as_echo_n "checking whether mbrtowc has a correct return value... " >&6; }
9850 if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2))
9853 if (mbrtowc (&wc, input + 2, 5, &state) != 1)
9865 if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2))
9868 if (mbrtowc (&wc, input + 2, 5, &state) != 2)
9920 { $as_echo "$as_me:$LINENO: checking whether mbrtowc returns 0 when parsing a NUL character" >&5
9921 $as_echo_n "checking whether mbrtowc returns 0 when parsing a NUL character... " >&6; }
9955 if (mbrtowc (&wc, "", 1, &state) != 0)
10047 gl_LIBOBJS="$gl_LIBOBJS mbrtowc.$ac_objext"
17805 { $as_echo "$as_me:$LINENO: checking whether mbrtowc handles incomplete characters" >&5
17806 $as_echo_n "checking whether mbrtowc handles incomplete characters... " >&6; }
17840 if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2))
17892 { $as_echo "$as_me:$LINENO: checking whether mbrtowc
17893 $as_echo_n "checking whether mbrtowc works as well as mbtowc... " >&6; }
17922 mbrtowc returns 2, and sets wc to 0x00F0.
17931 if (mbrtowc (&wc, input + 3, 6, &state) != 4
18015 { $as_echo "$as_me:$LINENO: checking whether mbrtowc handles a NULL string argument" >&5
18016 $as_echo_n "checking whether mbrtowc handles a NULL string argument... " >&6; }
18051 mbrtowc (&wc, NULL, 5, &state);
18105 { $as_echo "$as_me:$LINENO: checking whether mbrtowc has a correct return value" >&5
18106 $as_echo_n "checking whether mbrtowc has a correct return value... " >&6; }
18141 if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2))
18144 if (mbrtowc (&wc, input + 2, 5, &state) != 1)
18156 if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2))
18159 if (mbrtowc (&wc, input + 2, 5, &state) != 2)
18211 { $as_echo "$as_me:$LINENO: checking whether mbrtowc returns 0 when parsing a NUL character" >&5
18212 $as_echo_n "checking whether mbrtowc returns 0 when parsing a NUL character... " >&6; }
18246 if (mbrtowc (&wc, "", 1, &state) != 0)
18338 gl_LIBOBJS="$gl_LIBOBJS mbrtowc.$ac_objext"
18373 { $as_echo "$as_me:$LINENO: checking whether mbrtowc handles incomplete characters" >&5
18374 $as_echo_n "checking whether mbrtowc handles incomplete characters... " >&6; }
18408 if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2))
18460 { $as_echo "$as_me:$LINENO: checking whether mbrtowc works as well as mbtowc" >&5
18461 $as_echo_n "checking whether mbrtowc works as well as mbtowc... " >&6; }
18490 mbrtowc returns 2, and sets wc to 0x00F0.
18499 if (mbrtowc (&wc, input + 3, 6, &state) != 4
23084 { $as_echo "$as_me:$LINENO: checking whether mbrtowc handles incomplete characters" >&5
23085 $as_echo_n "checking whether mbrtowc handles incomplete characters... " >&6; }
23119 if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2))
23171 { $as_echo "$as_me:$LINENO: checking whether mbrtowc works as well as mbtowc" >&5
23172 $as_echo_n "checking whether mbrtowc works as well as mbtowc... " >&6; }
23201 mbrtowc returns 2, and sets wc to 0x00F0.
23210 if (mbrtowc (&wc, input + 3, 6, &state) != 4