Home
last modified time | relevance | path

Searched refs:from_next (Results 1 – 3 of 3) sorted by relevance

/external/stlport/test/unit/
Dcodecvt_test.cpp516 const char *from_next; in special_encodings() local
519 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok ); in special_encodings()
521 … CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok ); in special_encodings()
542 const char *from_next; in special_encodings() local
544 res = cvt.in(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), from_next, in special_encodings()
547 CPPUNIT_ASSERT( from_next == cp936_str.data() + cp936_str.size() ); in special_encodings()
552 const wchar_t *from_next; in special_encodings() local
555 res = cvt.out(state, cp936_wstr.data(), cp936_wstr.data() + cp936_wstr.size(), from_next, in special_encodings()
582 const char *from_next; in special_encodings() local
584 res = cvt.in(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), from_next, in special_encodings()
[all …]
/external/stlport/src/
Dcodecvt.cpp86 const intern_type*& from_next, in do_out() argument
92 from_next = from + len; in do_out()
101 const extern_type*& from_next, in do_in() argument
108 from_next = from + len; in do_in()
Dfacets_byname.cpp309 const intern_type*& from_next, in do_out() argument
318 from_next = from; in do_out()
323 from_next = from; in do_out()
332 from_next = from; in do_out()
341 const extern_type*& from_next, in do_in() argument
350 from_next = from; in do_in()
356 from_next = from; in do_in()
365 from_next = from; in do_in()