Home
last modified time | relevance | path

Searched refs:noconv (Results 1 – 24 of 24) sorted by relevance

/trueos/contrib/libstdc++/src/
Dcodecvt.cc69 return noconv; in do_out()
78 return noconv; in do_unshift()
92 return noconv; in do_in()
144 return noconv; in do_unshift()
/trueos/lib/libstand/
HDstrtoul.c87 goto noconv; in strtoul()
114 noconv: in strtoul()
/trueos/lib/libc/stdlib/
HDstrtoull.c92 goto noconv; in strtoull_l()
119 noconv: in strtoull_l()
HDstrtoumax.c92 goto noconv; in strtoumax_l()
119 noconv: in strtoumax_l()
HDstrtoul.c91 goto noconv; in strtoul_l()
118 noconv: in strtoul_l()
HDstrtoimax.c94 goto noconv; in strtoimax_l()
141 noconv: in strtoimax_l()
HDstrtoll.c94 goto noconv; in strtoll_l()
141 noconv: in strtoll_l()
HDstrtol.c95 goto noconv; in strtol_l()
141 noconv: in strtol_l()
/trueos/lib/libc/locale/
HDwcstoul.c84 goto noconv; in wcstoul_l()
116 noconv: in wcstoul_l()
HDwcstol.c84 goto noconv; in wcstol_l()
118 noconv: in wcstol_l()
HDwcstoumax.c90 goto noconv; in wcstoumax_l()
122 noconv: in wcstoumax_l()
HDwcstoull.c90 goto noconv; in wcstoull_l()
122 noconv: in wcstoull_l()
HDwcstoll.c90 goto noconv; in wcstoll_l()
124 noconv: in wcstoll_l()
HDwcstoimax.c90 goto noconv; in wcstoimax_l()
124 noconv: in wcstoimax_l()
/trueos/contrib/libc++/include/
D__std_stream157 case _VSTD::codecvt_base::noconv:
201 case _VSTD::codecvt_base::noconv:
289 if (__r == codecvt_base::noconv)
Dfstream621 if (__r == codecvt_base::noconv)
703 if (__r == codecvt_base::noconv)
Dlocale3889 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:
D__locale798 enum result {ok, partial, error, noconv};
/trueos/contrib/tcp_wrappers/
HDDISCLAIMER24 Charset: noconv
/trueos/contrib/libc++/src/
Dlocale.cpp1373 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 …]
/trueos/contrib/libstdc++/include/bits/
Dfstream.tcc286 if (__r == codecvt_base::noconv) in underflow()
473 else if (__r == codecvt_base::noconv) in _M_convert_to_external()
Dcodecvt.h58 noconv in _GLIBCXX_BEGIN_NAMESPACE() enumerator
/trueos/contrib/libstdc++/include/ext/
Dcodecvt_specializations.h403 __ret = codecvt_base::noconv; in do_unshift()
/trueos/contrib/libstdc++/
DChangeLog-20035207 for codecvt::in() return value of codecvt_base::noconv, remove
7523 Deal correctly with noconv, as prescribed by 27.8.1.4,p8.