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

  /external/stlport/src/
codecvt.cpp 89 extern_type*& to_next) const {
93 to_next = to + len;
104 intern_type*& to_next) const {
109 to_next = to + len;
117 extern_type*& to_next) const {
118 to_next = to;
facets_byname.cpp 312 extern_type*& to_next) const {
319 to_next = to;
324 to_next = to;
333 to_next = to;
344 intern_type*& to_next) const {
351 to_next = to;
357 to_next = to;
366 to_next = to;
374 extern_type*& to_next) const {
375 to_next = to
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
codecvt.cpp 89 extern_type*& to_next) const {
93 to_next = to + len;
104 intern_type*& to_next) const {
109 to_next = to + len;
117 extern_type*& to_next) const {
118 to_next = to;
facets_byname.cpp 312 extern_type*& to_next) const {
319 to_next = to;
324 to_next = to;
333 to_next = to;
344 intern_type*& to_next) const {
351 to_next = to;
357 to_next = to;
366 to_next = to;
374 extern_type*& to_next) const {
375 to_next = to
    [all...]
  /external/stlport/test/unit/
codecvt_test.cpp 518 wchar_t *to_next; local
519 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
520 CPPUNIT_ASSERT( to_next == &wc );
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
523 CPPUNIT_ASSERT( to_next == &wc + 1 );
543 wchar_t *to_next; local
545 wbuf, wbuf + sizeof(wbuf) / sizeof(wchar_t), to_next);
548 cp936_wstr.assign(wbuf, to_next);
554 char *to_next; local
556 buf, buf + sizeof(buf), to_next);
583 wchar_t *to_next; local
629 char *to_next; local
641 wchar_t *to_next; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 520 wchar_t *to_next; local
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
522 CPPUNIT_ASSERT( to_next == &wc );
523 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
525 CPPUNIT_ASSERT( to_next == &wc + 1 );
545 wchar_t *to_next; local
547 wbuf, wbuf + sizeof(wbuf) / sizeof(wchar_t), to_next);
550 cp936_wstr.assign(wbuf, to_next);
556 char *to_next; local
558 buf, buf + sizeof(buf), to_next);
585 wchar_t *to_next; local
631 char *to_next; local
643 wchar_t *to_next; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 520 wchar_t *to_next; local
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
522 CPPUNIT_ASSERT( to_next == &wc );
523 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
525 CPPUNIT_ASSERT( to_next == &wc + 1 );
545 wchar_t *to_next; local
547 wbuf, wbuf + sizeof(wbuf) / sizeof(wchar_t), to_next);
550 cp936_wstr.assign(wbuf, to_next);
556 char *to_next; local
558 buf, buf + sizeof(buf), to_next);
585 wchar_t *to_next; local
631 char *to_next; local
643 wchar_t *to_next; local
    [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
92 * to_next are not affected.
111 * @param to_next Returns start of unused output area.
150 * @param to_next Returns start of unused output area.
169 * [to,to_end). from_next and to_next are set to point to the
172 * to_next are not affected.
191 * @param to_next Returns start of unused output area.

Completed in 226 milliseconds