Searched refs:noconv (Results 1 - 9 of 9) sorted by relevance

/external/stlport/src/
H A Dcodecvt.cpp52 { __to_next = __to; return noconv; }
62 { __from_next = __from; __to_next = __to; return noconv; }
72 { __from_next = __from; __to_next = __to; return noconv; }
119 return noconv;
H A Dfacets_byname.cpp384 return /*to_next == to ? noconv :*/ ok;
386 return to_next == to ? noconv : ok;
/external/dbus/tools/
H A Dstrtoll.c103 goto noconv;
154 noconv:
H A Dstrtoull.c102 goto noconv;
133 noconv:
/external/bison/lib/
H A Dstrtol.c307 goto noconv;
388 goto noconv;
418 noconv:
/external/stlport/stlport/stl/
H A D_codecvt.h42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result
124 { __from_next = __from; __to_next = __to; return noconv; }
133 { __from_next = __from; __to_next = __to; return noconv; }
139 { __to_next = __to; return noconv; }
H A D_fstream.c229 if (__status == _Codecvt::noconv) {
360 // - noconv: impossible for a variable encoding
547 if (__status == _Codecvt::noconv)
600 if (__status == _Codecvt::noconv ||
/external/stlport/test/unit/
H A Dfstream_test.cpp632 { __from_next = __from; __to_next = __to; return noconv; }
641 { __from_next = __from; __to_next = __to; return noconv; }
647 { __to_next = __to; return noconv; }
H A Dcodecvt_test.cpp618 case codecvt_base::noconv:

Completed in 277 milliseconds