Home
last modified time | relevance | path

Searched refs:__from_next (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_codecvt.h65 const intern_type*& __from_next,
72 __from, __from_end, __from_next,
87 const extern_type*& __from_next,
94 __from, __from_end, __from_next,
120 const intern_type*& __from_next,
124 { __from_next = __from; __to_next = __to; return noconv; }
129 const extern_type*& __from_next,
133 { __from_next = __from; __to_next = __to; return noconv; }
185 const char*& __from_next, in out() argument
192 __from, __from_end, __from_next, in out()
[all …]
/ndk/sources/cxx-stl/stlport/src/
Dcodecvt.cpp58 const char*& __from_next, in do_in() argument
62 { __from_next = __from; __to_next = __to; return noconv; } in do_in()
68 const char*& __from_next, in do_out() argument
72 { __from_next = __from; __to_next = __to; return noconv; } in do_out()
/ndk/tests/device/test-stlport/unit/
Dfstream_test.cpp646 const intern_type*& __from_next, in out() argument
650 { __from_next = __from; __to_next = __to; return noconv; } in out()
655 const extern_type*& __from_next, in in() argument
659 { __from_next = __from; __to_next = __to; return noconv; } in in()
/ndk/tests/device/test-gnustl-full/unit/
Dfstream_test.cpp646 const intern_type*& __from_next, in out() argument
650 { __from_next = __from; __to_next = __to; return noconv; } in out()
655 const extern_type*& __from_next, in in() argument
659 { __from_next = __from; __to_next = __to; return noconv; } in in()