Searched defs:__from_next (Results 1 - 3 of 3) sorted by relevance

/external/stlport/src/
H A Dcodecvt.cpp58 const char*& __from_next,
62 { __from_next = __from; __to_next = __to; return noconv; }
68 const char*& __from_next,
72 { __from_next = __from; __to_next = __to; return noconv; }
55 do_in(state_type& , const char* __from, const char* , const char*& __from_next, char* __to, char* , char*& __to_next) const argument
65 do_out(state_type& , const char* __from, const char* , const char*& __from_next, char* __to, char* , char*& __to_next) const argument
/external/stlport/stlport/stl/
H A 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,
192 __from, __from_end, __from_next,
62 out(state_type& __state, const intern_type* __from, const intern_type* __from_end, const intern_type*& __from_next, extern_type* __to, extern_type* __to_limit, extern_type*& __to_next) const argument
84 in(state_type& __state, const extern_type* __from, const extern_type* __from_end, const extern_type*& __from_next, intern_type* __to, intern_type* __to_limit, intern_type*& __to_next) const argument
117 do_out(state_type&, const intern_type* __from, const intern_type*, const intern_type*& __from_next, extern_type* __to, extern_type*, extern_type*& __to_next) const argument
126 do_in(state_type&, const extern_type* __from, const extern_type*, const extern_type*& __from_next, intern_type* __to, intern_type*, intern_type*& __to_next) const argument
[all...]
/external/stlport/test/unit/
H A Dfstream_test.cpp628 const intern_type*& __from_next,
632 { __from_next = __from; __to_next = __to; return noconv; }
637 const extern_type*& __from_next,
641 { __from_next = __from; __to_next = __to; return noconv; }
625 out(state_type&, const intern_type* __from, const intern_type*, const intern_type*& __from_next, extern_type* __to, extern_type*, extern_type*& __to_next) const argument
634 in(state_type&, const extern_type* __from, const extern_type*, const extern_type*& __from_next, intern_type* __to, intern_type*, intern_type*& __to_next) const argument

Completed in 104 milliseconds