Searched refs:noconv (Results 1 – 24 of 24) sorted by relevance
69 return noconv; in do_out()78 return noconv; in do_unshift()92 return noconv; in do_in()144 return noconv; in do_unshift()
87 goto noconv; in strtoul()114 noconv: in strtoul()
92 goto noconv; in strtoull_l()119 noconv: in strtoull_l()
92 goto noconv; in strtoumax_l()119 noconv: in strtoumax_l()
91 goto noconv; in strtoul_l()118 noconv: in strtoul_l()
94 goto noconv; in strtoimax_l()141 noconv: in strtoimax_l()
94 goto noconv; in strtoll_l()141 noconv: in strtoll_l()
95 goto noconv; in strtol_l()141 noconv: in strtol_l()
84 goto noconv; in wcstoul_l()116 noconv: in wcstoul_l()
84 goto noconv; in wcstol_l()118 noconv: in wcstol_l()
90 goto noconv; in wcstoumax_l()122 noconv: in wcstoumax_l()
90 goto noconv; in wcstoull_l()122 noconv: in wcstoull_l()
90 goto noconv; in wcstoll_l()124 noconv: in wcstoll_l()
90 goto noconv; in wcstoimax_l()124 noconv: in wcstoimax_l()
157 case _VSTD::codecvt_base::noconv:201 case _VSTD::codecvt_base::noconv:289 if (__r == codecvt_base::noconv)
621 if (__r == codecvt_base::noconv)703 if (__r == codecvt_base::noconv)
3889 else if (__r == codecvt_base::noconv)3950 else if (__r == codecvt_base::noconv)3983 if (__r == codecvt_base::noconv)4153 if (__r == codecvt_base::noconv)4230 if (__r == codecvt_base::noconv)4395 case codecvt_base::noconv:
798 enum result {ok, partial, error, noconv};
24 Charset: noconv
1373 return noconv; in do_out()1383 return noconv; in do_in()1391 return noconv; in do_unshift()3115 return noconv; in do_unshift()3192 return noconv; in do_unshift()3284 return noconv; in do_unshift()3359 return noconv; in do_unshift()3434 return noconv; in do_unshift()3509 return noconv; in do_unshift()3584 return noconv; in do_unshift()[all …]
286 if (__r == codecvt_base::noconv) in underflow()473 else if (__r == codecvt_base::noconv) in _M_convert_to_external()
58 noconv in _GLIBCXX_BEGIN_NAMESPACE() enumerator
403 __ret = codecvt_base::noconv; in do_unshift()
5207 for codecvt::in() return value of codecvt_base::noconv, remove7523 Deal correctly with noconv, as prescribed by 27.8.1.4,p8.