Home
last modified time | relevance | path

Searched refs:to_next (Results 1 – 25 of 1578) sorted by relevance

12345678910>>...64

/dports/devel/hyperscan/boost_1_75_0/libs/nowide/test/
H A Dtest_codecvt.cpp50 wchar_t* to_next = to; in test_codecvt_in_n_m() local
74 while(to != to_next) in test_codecvt_in_n_m()
80 to = to_next; in test_codecvt_in_n_m()
100 char* to_next = to; in test_codecvt_out_n_m() local
132 while(to != to_next) in test_codecvt_out_n_m()
143 TEST(to_next == to); in test_codecvt_out_n_m()
215 char* to_next = to; in test_codecvt_err() local
247 char* to_next = to; in test_codecvt_err() local
277 wchar_t* to_next = to; in codecvt_to_wide() local
282 TEST(to_next < to_end); in codecvt_to_wide()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/locale/test/
H A Dtest_codecvt.cpp81 while(to!=to_next) { in test_codecvt_in_n_m()
86 to=to_next; in test_codecvt_in_n_m()
107 char *to_next = to; in test_codecvt_out_n_m() local
132 while(to!=to_next) { in test_codecvt_out_n_m()
142 TEST(to_next == to); in test_codecvt_out_n_m()
190 to_next = to; in test_codecvt_err()
214 char *to_next = to; in test_codecvt_err() local
233 to_next = to; in test_codecvt_err()
255 char *to_next = to; in test_char_char() local
259 TEST(to_next == to); in test_char_char()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/locale/test/
H A Dtest_codecvt.cpp81 while(to!=to_next) { in test_codecvt_in_n_m()
86 to=to_next; in test_codecvt_in_n_m()
107 char *to_next = to; in test_codecvt_out_n_m() local
132 while(to!=to_next) { in test_codecvt_out_n_m()
142 TEST(to_next == to); in test_codecvt_out_n_m()
190 to_next = to; in test_codecvt_err()
214 char *to_next = to; in test_codecvt_err() local
233 to_next = to; in test_codecvt_err()
255 char *to_next = to; in test_char_char() local
259 TEST(to_next == to); in test_char_char()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/locale/test/
H A Dtest_codecvt.cpp81 while(to!=to_next) { in test_codecvt_in_n_m()
86 to=to_next; in test_codecvt_in_n_m()
107 char *to_next = to; in test_codecvt_out_n_m() local
132 while(to!=to_next) { in test_codecvt_out_n_m()
142 TEST(to_next == to); in test_codecvt_out_n_m()
190 to_next = to; in test_codecvt_err()
214 char *to_next = to; in test_codecvt_err() local
233 to_next = to; in test_codecvt_err()
255 char *to_next = to; in test_char_char() local
259 TEST(to_next == to); in test_char_char()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/locale/test/
H A Dtest_codecvt.cpp81 while(to!=to_next) { in test_codecvt_in_n_m()
86 to=to_next; in test_codecvt_in_n_m()
107 char *to_next = to; in test_codecvt_out_n_m() local
132 while(to!=to_next) { in test_codecvt_out_n_m()
142 TEST(to_next == to); in test_codecvt_out_n_m()
190 to_next = to; in test_codecvt_err()
214 char *to_next = to; in test_codecvt_err() local
233 to_next = to; in test_codecvt_err()
255 char *to_next = to; in test_char_char() local
259 TEST(to_next == to); in test_char_char()
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/oflog/libsrc/
H A Dstrccloc.cc77 wchar_t * to_next = to_first; in towstring_internal() local
86 to_next); in towstring_internal()
109 *to_next = L'?'; in towstring_internal()
110 ++to_next; in towstring_internal()
111 to_first = to_next; in towstring_internal()
116 converted = to_next - &dest[0]; in towstring_internal()
166 char * to_next = to_first; in tostring_internal() local
175 to_next); in tostring_internal()
197 *to_next = '?'; in tostring_internal()
198 ++to_next; in tostring_internal()
[all …]
/dports/devel/log4cplus/log4cplus-1.1.2/src/
H A Dstringhelper-cxxlocale.cxx75 wchar_t * to_next = to_first; in towstring_internal() local
84 to_next); in towstring_internal()
107 *to_next = L'?'; in towstring_internal()
108 ++to_next; in towstring_internal()
109 to_first = to_next; in towstring_internal()
114 converted = to_next - &dest[0]; in towstring_internal()
164 char * to_next = to_first; in tostring_internal() local
173 to_next); in tostring_internal()
195 *to_next = '?'; in tostring_internal()
196 ++to_next; in tostring_internal()
[all …]
/dports/devel/cxxtools/cxxtools-2.2.1/include/cxxtools/
H A Dtextcodec.h58 char*& to_next) const in out() argument
64 char*& to_next) const in unshift() argument
142 char*& to_next) const in out() argument
156 char*& to_next) const in in() argument
258 InternT*& to_next) const in in() argument
377 typename CodecType::InternT* to_next = to; in decode() local
388 ret.append(to, to_next); in decode()
432 typename CodecType::ExternT* to_next = to; in encode() local
438 ret.append(to, to_next); in encode()
445 typename CodecType::ExternT* to_next = to; in encode() local
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A Dcm_codecvt.cxx56 to_next = to; in do_out()
106 this->Decode(state, need, from_next, to_next, to_end); in do_out()
124 static_cast<void>(to_next); in do_out()
131 char*& to_next) const in do_unshift()
133 to_next = to; in do_unshift()
140 return this->DecodePartial(state, to_next, to_end); in do_unshift()
171 to_end - to_next, NULL, NULL); in Decode()
183 to_next += tlen; in Decode()
192 char*& to_next, in DecodePartial() argument
206 to_end - to_next, NULL, NULL); in DecodePartial()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A Dcm_codecvt.cxx56 to_next = to; in do_out()
106 this->Decode(state, need, from_next, to_next, to_end); in do_out()
124 static_cast<void>(to_next); in do_out()
131 char*& to_next) const in do_unshift()
133 to_next = to; in do_unshift()
140 return this->DecodePartial(state, to_next, to_end); in do_unshift()
171 to_end - to_next, NULL, NULL); in Decode()
183 to_next += tlen; in Decode()
192 char*& to_next, in DecodePartial() argument
206 to_end - to_next, NULL, NULL); in DecodePartial()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/
H A Dcm_codecvt.cxx56 to_next = to; in do_out()
106 this->Decode(state, need, from_next, to_next, to_end); in do_out()
124 static_cast<void>(to_next); in do_out()
131 char*& to_next) const in do_unshift()
133 to_next = to; in do_unshift()
140 return this->DecodePartial(state, to_next, to_end); in do_unshift()
171 to_end - to_next, NULL, NULL); in Decode()
183 to_next += tlen; in Decode()
192 char*& to_next, in DecodePartial() argument
206 to_end - to_next, NULL, NULL); in DecodePartial()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/iostreams/test/detail/
H A Dutf8_codecvt_facet.cpp46 wchar_t * & to_next in do_in()
61 to_next = to; in do_in()
103 to_next = to; in do_in()
109 to_next = to; in do_in()
123 char * & to_next in do_out()
137 to_next = to; in do_out()
171 to_next = to; in do_out()
280 char * & to_next
297 to_next += length;
309 char * & to_next
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/iostreams/test/detail/
H A Dutf8_codecvt_facet.cpp46 wchar_t * & to_next in do_in()
61 to_next = to; in do_in()
103 to_next = to; in do_in()
109 to_next = to; in do_in()
123 char * & to_next in do_out()
137 to_next = to; in do_out()
171 to_next = to; in do_out()
280 char * & to_next
297 to_next += length;
309 char * & to_next
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/iostreams/test/detail/
H A Dutf8_codecvt_facet.cpp46 wchar_t * & to_next in do_in()
61 to_next = to; in do_in()
103 to_next = to; in do_in()
109 to_next = to; in do_in()
123 char * & to_next in do_out()
137 to_next = to; in do_out()
171 to_next = to; in do_out()
280 char * & to_next
297 to_next += length;
309 char * & to_next
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/iostreams/test/detail/
H A Dutf8_codecvt_facet.cpp46 wchar_t * & to_next in do_in()
61 to_next = to; in do_in()
103 to_next = to; in do_in()
109 to_next = to; in do_in()
123 char * & to_next in do_out()
137 to_next = to; in do_out()
171 to_next = to; in do_out()
280 char * & to_next
297 to_next += length;
309 char * & to_next
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/iostreams/test/detail/
H A Dutf8_codecvt_facet.cpp46 wchar_t * & to_next in do_in()
61 to_next = to; in do_in()
103 to_next = to; in do_in()
109 to_next = to; in do_in()
123 char * & to_next in do_out()
137 to_next = to; in do_out()
171 to_next = to; in do_out()
280 char * & to_next
297 to_next += length;
309 char * & to_next
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/iostreams/test/detail/
H A Dutf8_codecvt_facet.cpp47 wchar_t * & to_next in do_in()
62 to_next = to; in do_in()
104 to_next = to; in do_in()
110 to_next = to; in do_in()
124 char * & to_next in do_out()
138 to_next = to; in do_out()
172 to_next = to; in do_out()
281 char * & to_next
298 to_next += length;
310 char * & to_next
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/iostreams/test/detail/
H A Dutf8_codecvt_facet.cpp47 wchar_t * & to_next in do_in()
62 to_next = to; in do_in()
104 to_next = to; in do_in()
110 to_next = to; in do_in()
124 char * & to_next in do_out()
138 to_next = to; in do_out()
172 to_next = to; in do_out()
281 char * & to_next
298 to_next += length;
310 char * & to_next
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/iostreams/test/detail/
H A Dutf8_codecvt_facet.cpp47 wchar_t * & to_next in do_in()
62 to_next = to; in do_in()
104 to_next = to; in do_in()
110 to_next = to; in do_in()
124 char * & to_next in do_out()
138 to_next = to; in do_out()
172 to_next = to; in do_out()
281 char * & to_next
298 to_next += length;
310 char * & to_next
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/iostreams/test/detail/
H A Dutf8_codecvt_facet.cpp47 wchar_t * & to_next in do_in()
62 to_next = to; in do_in()
104 to_next = to; in do_in()
110 to_next = to; in do_in()
124 char * & to_next in do_out()
138 to_next = to; in do_out()
172 to_next = to; in do_out()
281 char * & to_next
298 to_next += length;
310 char * & to_next
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D11543.cc53 extern_type*& to_next) const in out()
55 to, to_limit, to_next); } in out()
58 extern_type*& to_next) const in unshift()
59 { return do_unshift(state, to, to_limit, to_next); } in unshift()
64 intern_type*& to_next) const in in()
66 to, to_limit, to_next); } in in()
89 extern_type*& to_next) const in do_out()
92 to_next = to; in do_out()
99 intern_type*& to_next) const in do_in()
102 to_next = to; in do_in()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D11543.cc53 extern_type*& to_next) const in out()
55 to, to_limit, to_next); } in out()
58 extern_type*& to_next) const in unshift()
59 { return do_unshift(state, to, to_limit, to_next); } in unshift()
64 intern_type*& to_next) const in in()
66 to, to_limit, to_next); } in in()
89 extern_type*& to_next) const in do_out()
92 to_next = to; in do_out()
99 intern_type*& to_next) const in do_in()
102 to_next = to; in do_in()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D11543.cc53 extern_type*& to_next) const in out()
55 to, to_limit, to_next); } in out()
58 extern_type*& to_next) const in unshift()
59 { return do_unshift(state, to, to_limit, to_next); } in unshift()
64 intern_type*& to_next) const in in()
66 to, to_limit, to_next); } in in()
89 extern_type*& to_next) const in do_out()
92 to_next = to; in do_out()
99 intern_type*& to_next) const in do_in()
102 to_next = to; in do_in()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D11543.cc53 extern_type*& to_next) const in out()
55 to, to_limit, to_next); } in out()
58 extern_type*& to_next) const in unshift()
59 { return do_unshift(state, to, to_limit, to_next); } in unshift()
64 intern_type*& to_next) const in in()
66 to, to_limit, to_next); } in in()
89 extern_type*& to_next) const in do_out()
92 to_next = to; in do_out()
99 intern_type*& to_next) const in do_in()
102 to_next = to; in do_in()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D11543.cc53 extern_type*& to_next) const in out()
55 to, to_limit, to_next); } in out()
58 extern_type*& to_next) const in unshift()
59 { return do_unshift(state, to, to_limit, to_next); } in unshift()
64 intern_type*& to_next) const in in()
66 to, to_limit, to_next); } in in()
89 extern_type*& to_next) const in do_out()
92 to_next = to; in do_out()
99 intern_type*& to_next) const in do_in()
102 to_next = to; in do_in()

12345678910>>...64