Home
last modified time | relevance | path

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

/external/stlport/src/
Dcodecvt.cpp52 { __to_next = __to; return noconv; } in do_unshift()
62 { __from_next = __from; __to_next = __to; return noconv; } in do_in()
72 { __from_next = __from; __to_next = __to; return noconv; } in do_out()
119 return noconv; in do_unshift()
Dfacets_byname.cpp386 return to_next == to ? noconv : ok; in do_unshift()
/external/stlport/stlport/stl/
D_codecvt.h42 enum result {ok, partial, error, noconv}; enumerator
124 { __from_next = __from; __to_next = __to; return noconv; }
133 { __from_next = __from; __to_next = __to; return noconv; }
139 { __to_next = __to; return noconv; }
D_fstream.c229 if (__status == _Codecvt::noconv) { in overflow()
547 if (__status == _Codecvt::noconv) in _M_underflow_aux()
600 if (__status == _Codecvt::noconv || in _M_unshift()
/external/bison/lib/
Dstrtol.c307 goto noconv; in INTERNAL()
388 goto noconv; in INTERNAL()
418 noconv: in INTERNAL()
/external/stlport/test/unit/
Dfstream_test.cpp632 { __from_next = __from; __to_next = __to; return noconv; } in out()
641 { __from_next = __from; __to_next = __to; return noconv; } in in()
647 { __to_next = __to; return noconv; } in unshift()
Dcodecvt_test.cpp618 case codecvt_base::noconv: in special_encodings()
/external/bluetooth/glib/glib/
Dgstrfuncs.c730 goto noconv; in g_parse_long_long()
785 goto noconv; in g_parse_long_long()
800 noconv: in g_parse_long_long()