HomeSort by relevance Sort by last modified time
    Searched full:from_next (Results 1 - 8 of 8) sorted by null

  /external/stlport/test/unit/
codecvt_test.cpp 516 const char *from_next; local
519 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
542 const char *from_next; local
544 res = cvt.in(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), from_next,
547 CPPUNIT_ASSERT( from_next == cp936_str.data() + cp936_str.size() );
552 const wchar_t *from_next; local
555 res = cvt.out(state, cp936_wstr.data(), cp936_wstr.data() + cp936_wstr.size(), from_next,
582 const char *from_next; local
584 res = cvt.in(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), from_next,
627 const wchar_t *from_next; local
640 const char *from_next; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 518 const char *from_next; local
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
523 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
544 const char *from_next; local
546 res = cvt.in(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), from_next,
549 CPPUNIT_ASSERT( from_next == cp936_str.data() + cp936_str.size() );
554 const wchar_t *from_next; local
557 res = cvt.out(state, cp936_wstr.data(), cp936_wstr.data() + cp936_wstr.size(), from_next,
584 const char *from_next; local
586 res = cvt.in(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), from_next,
629 const wchar_t *from_next; local
642 const char *from_next; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 518 const char *from_next; local
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
523 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
544 const char *from_next; local
546 res = cvt.in(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), from_next,
549 CPPUNIT_ASSERT( from_next == cp936_str.data() + cp936_str.size() );
554 const wchar_t *from_next; local
557 res = cvt.out(state, cp936_wstr.data(), cp936_wstr.data() + cp936_wstr.size(), from_next,
584 const char *from_next; local
586 res = cvt.in(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), from_next,
629 const wchar_t *from_next; local
642 const char *from_next; local
    [all...]
  /external/stlport/src/
codecvt.cpp 86 const intern_type*& from_next,
92 from_next = from + len;
101 const extern_type*& from_next,
108 from_next = from + len;
facets_byname.cpp 309 const intern_type*& from_next,
318 from_next = from;
323 from_next = from;
332 from_next = from;
341 const extern_type*& from_next,
350 from_next = from;
356 from_next = from;
365 from_next = from;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
codecvt.cpp 86 const intern_type*& from_next,
92 from_next = from + len;
101 const extern_type*& from_next,
108 from_next = from + len;
facets_byname.cpp 309 const intern_type*& from_next,
318 from_next = from;
323 from_next = from;
332 from_next = from;
341 const extern_type*& from_next,
350 from_next = from;
356 from_next = from;
365 from_next = from;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
codecvt.h 89 * [to,to_end). from_next and to_next are set to point to the
91 * respectively. If the result needed no conversion, from_next and
108 * @param from_next Returns start of unconverted data.
169 * [to,to_end). from_next and to_next are set to point to the
171 * respectively. If the result needed no conversion, from_next and
188 * @param from_next Returns start of unconverted data.

Completed in 2292 milliseconds