Home
last modified time | relevance | path

Searched refs:__from (Results 1 – 25 of 253) sorted by relevance

1234567891011

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/locale/dragonfly/
A Dcodecvt_members.cc67 __from = __from_next; in do_out()
76 for (; __from < __from_next; ++__from) in do_out()
140 __from = __from_next; in do_in()
151 __conv = mbrtowc(__to_next, __from, __from_end - __from, in do_in()
157 __from_next = __from; in do_in()
240 - __from)); in do_length()
253 for (__from = __tmp_from;; __from += __conv) in do_length()
255 __conv = mbrtowc(0, __from, __end - __from, in do_length()
265 if (!__from) in do_length()
266 __from = __from_chunk_end; in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/locale/dragonfly/
A Dcodecvt_members.cc67 __from = __from_next; in do_out()
76 for (; __from < __from_next; ++__from) in do_out()
140 __from = __from_next; in do_in()
151 __conv = mbrtowc(__to_next, __from, __from_end - __from, in do_in()
157 __from_next = __from; in do_in()
240 - __from)); in do_length()
253 for (__from = __tmp_from;; __from += __conv) in do_length()
255 __conv = mbrtowc(0, __from, __end - __from, in do_length()
265 if (!__from) in do_length()
266 __from = __from_chunk_end; in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/locale/dragonfly/
A Dcodecvt_members.cc67 __from = __from_next; in do_out()
76 for (; __from < __from_next; ++__from) in do_out()
140 __from = __from_next; in do_in()
151 __conv = mbrtowc(__to_next, __from, __from_end - __from, in do_in()
157 __from_next = __from; in do_in()
240 - __from)); in do_length()
253 for (__from = __tmp_from;; __from += __conv) in do_length()
255 __conv = mbrtowc(0, __from, __end - __from, in do_length()
265 if (!__from) in do_length()
266 __from = __from_chunk_end; in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/locale/dragonfly/
A Dcodecvt_members.cc67 __from = __from_next; in do_out()
76 for (; __from < __from_next; ++__from) in do_out()
140 __from = __from_next; in do_in()
151 __conv = mbrtowc(__to_next, __from, __from_end - __from, in do_in()
157 __from_next = __from; in do_in()
240 - __from)); in do_length()
253 for (__from = __tmp_from;; __from += __conv) in do_length()
255 __conv = mbrtowc(0, __from, __end - __from, in do_length()
265 if (!__from) in do_length()
266 __from = __from_chunk_end; in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/locale/dragonfly/
A Dcodecvt_members.cc67 __from = __from_next; in do_out()
76 for (; __from < __from_next; ++__from) in do_out()
140 __from = __from_next; in do_in()
151 __conv = mbrtowc(__to_next, __from, __from_end - __from, in do_in()
157 __from_next = __from; in do_in()
240 - __from)); in do_length()
253 for (__from = __tmp_from;; __from += __conv) in do_length()
255 __conv = mbrtowc(0, __from, __end - __from, in do_length()
265 if (!__from) in do_length()
266 __from = __from_chunk_end; in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/locale/dragonfly/
A Dcodecvt_members.cc67 __from = __from_next; in do_out()
76 for (; __from < __from_next; ++__from) in do_out()
140 __from = __from_next; in do_in()
151 __conv = mbrtowc(__to_next, __from, __from_end - __from, in do_in()
157 __from_next = __from; in do_in()
240 - __from)); in do_length()
253 for (__from = __tmp_from;; __from += __conv) in do_length()
255 __conv = mbrtowc(0, __from, __end - __from, in do_length()
265 if (!__from) in do_length()
266 __from = __from_chunk_end; in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/locale/generic/
A Dcodecvt_members.cc63 while (__from < __from_end) in do_out()
73 __from++; in do_out()
95 __from++; in do_out()
99 if (__ret == ok && __from < __from_end) in do_out()
102 __from_next = __from; in do_out()
124 size_t __conv = mbrtowc(__to, __from, __from_end - __from, in do_in()
146 __from += __conv; in do_in()
154 __from_next = __from; in do_in()
188 while (__from < __end && __max) in do_length()
190 size_t __conv = mbrtowc(0, __from, __end - __from, &__tmp_state); in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/locale/generic/
A Dcodecvt_members.cc63 while (__from < __from_end) in do_out()
73 __from++; in do_out()
95 __from++; in do_out()
99 if (__ret == ok && __from < __from_end) in do_out()
102 __from_next = __from; in do_out()
124 size_t __conv = mbrtowc(__to, __from, __from_end - __from, in do_in()
146 __from += __conv; in do_in()
154 __from_next = __from; in do_in()
188 while (__from < __end && __max) in do_length()
190 size_t __conv = mbrtowc(0, __from, __end - __from, &__tmp_state); in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/config/locale/generic/
A Dcodecvt_members.cc63 while (__from < __from_end) in do_out()
73 __from++; in do_out()
95 __from++; in do_out()
99 if (__ret == ok && __from < __from_end) in do_out()
102 __from_next = __from; in do_out()
124 size_t __conv = mbrtowc(__to, __from, __from_end - __from, in do_in()
146 __from += __conv; in do_in()
154 __from_next = __from; in do_in()
188 while (__from < __end && __max) in do_length()
190 size_t __conv = mbrtowc(0, __from, __end - __from, &__tmp_state); in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/locale/generic/
A Dcodecvt_members.cc63 while (__from < __from_end) in do_out()
73 __from++; in do_out()
95 __from++; in do_out()
99 if (__ret == ok && __from < __from_end) in do_out()
102 __from_next = __from; in do_out()
124 size_t __conv = mbrtowc(__to, __from, __from_end - __from, in do_in()
146 __from += __conv; in do_in()
154 __from_next = __from; in do_in()
188 while (__from < __end && __max) in do_length()
190 size_t __conv = mbrtowc(0, __from, __end - __from, &__tmp_state); in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/locale/generic/
A Dcodecvt_members.cc63 while (__from < __from_end) in do_out()
73 __from++; in do_out()
95 __from++; in do_out()
99 if (__ret == ok && __from < __from_end) in do_out()
102 __from_next = __from; in do_out()
124 size_t __conv = mbrtowc(__to, __from, __from_end - __from, in do_in()
146 __from += __conv; in do_in()
154 __from_next = __from; in do_in()
188 while (__from < __end && __max) in do_length()
190 size_t __conv = mbrtowc(0, __from, __end - __from, &__tmp_state); in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/locale/generic/
A Dcodecvt_members.cc63 while (__from < __from_end) in do_out()
73 __from++; in do_out()
95 __from++; in do_out()
99 if (__ret == ok && __from < __from_end) in do_out()
102 __from_next = __from; in do_out()
124 size_t __conv = mbrtowc(__to, __from, __from_end - __from, in do_in()
146 __from += __conv; in do_in()
154 __from_next = __from; in do_in()
188 while (__from < __end && __max) in do_length()
190 size_t __conv = mbrtowc(0, __from, __end - __from, &__tmp_state); in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/config/locale/generic/
A Dcodecvt_members.cc63 while (__from < __from_end) in do_out()
73 __from++; in do_out()
95 __from++; in do_out()
99 if (__ret == ok && __from < __from_end) in do_out()
102 __from_next = __from; in do_out()
124 size_t __conv = mbrtowc(__to, __from, __from_end - __from, in do_in()
146 __from += __conv; in do_in()
154 __from_next = __from; in do_in()
188 while (__from < __end && __max) in do_length()
190 size_t __conv = mbrtowc(0, __from, __end - __from, &__tmp_state); in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/locale/generic/
A Dcodecvt_members.cc63 while (__from < __from_end) in do_out()
73 __from++; in do_out()
95 __from++; in do_out()
99 if (__ret == ok && __from < __from_end) in do_out()
102 __from_next = __from; in do_out()
124 size_t __conv = mbrtowc(__to, __from, __from_end - __from, in do_in()
146 __from += __conv; in do_in()
154 __from_next = __from; in do_in()
188 while (__from < __end && __max) in do_length()
190 size_t __conv = mbrtowc(0, __from, __end - __from, &__tmp_state); in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/locale/gnu/
A Dcodecvt_members.cc68 __from = __from_next; in do_out()
77 for (; __from < __from_next; ++__from) in do_out()
145 __from = __from_next; in do_in()
156 __conv = mbrtowc(__to_next, __from, __from_end - __from, in do_in()
162 __from_next = __from; in do_in()
257 - __from)); in do_length()
270 for (__from = __tmp_from;; __from += __conv) in do_length()
272 __conv = mbrtowc(0, __from, __end - __from, in do_length()
282 if (!__from) in do_length()
283 __from = __from_chunk_end; in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/locale/gnu/
A Dcodecvt_members.cc68 __from = __from_next; in do_out()
77 for (; __from < __from_next; ++__from) in do_out()
145 __from = __from_next; in do_in()
156 __conv = mbrtowc(__to_next, __from, __from_end - __from, in do_in()
162 __from_next = __from; in do_in()
257 - __from)); in do_length()
270 for (__from = __tmp_from;; __from += __conv) in do_length()
272 __conv = mbrtowc(0, __from, __end - __from, in do_length()
282 if (!__from) in do_length()
283 __from = __from_chunk_end; in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/config/locale/gnu/
A Dcodecvt_members.cc68 __from = __from_next; in do_out()
77 for (; __from < __from_next; ++__from) in do_out()
145 __from = __from_next; in do_in()
156 __conv = mbrtowc(__to_next, __from, __from_end - __from, in do_in()
162 __from_next = __from; in do_in()
257 - __from)); in do_length()
270 for (__from = __tmp_from;; __from += __conv) in do_length()
272 __conv = mbrtowc(0, __from, __end - __from, in do_length()
282 if (!__from) in do_length()
283 __from = __from_chunk_end; in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/locale/gnu/
A Dcodecvt_members.cc68 __from = __from_next; in do_out()
77 for (; __from < __from_next; ++__from) in do_out()
145 __from = __from_next; in do_in()
156 __conv = mbrtowc(__to_next, __from, __from_end - __from, in do_in()
162 __from_next = __from; in do_in()
257 - __from)); in do_length()
270 for (__from = __tmp_from;; __from += __conv) in do_length()
272 __conv = mbrtowc(0, __from, __end - __from, in do_length()
282 if (!__from) in do_length()
283 __from = __from_chunk_end; in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/locale/gnu/
A Dcodecvt_members.cc68 __from = __from_next; in do_out()
77 for (; __from < __from_next; ++__from) in do_out()
145 __from = __from_next; in do_in()
156 __conv = mbrtowc(__to_next, __from, __from_end - __from, in do_in()
162 __from_next = __from; in do_in()
257 - __from)); in do_length()
270 for (__from = __tmp_from;; __from += __conv) in do_length()
272 __conv = mbrtowc(0, __from, __end - __from, in do_length()
282 if (!__from) in do_length()
283 __from = __from_chunk_end; in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/locale/gnu/
A Dcodecvt_members.cc68 __from = __from_next; in do_out()
77 for (; __from < __from_next; ++__from) in do_out()
145 __from = __from_next; in do_in()
156 __conv = mbrtowc(__to_next, __from, __from_end - __from, in do_in()
162 __from_next = __from; in do_in()
257 - __from)); in do_length()
270 for (__from = __tmp_from;; __from += __conv) in do_length()
272 __conv = mbrtowc(0, __from, __end - __from, in do_length()
282 if (!__from) in do_length()
283 __from = __from_chunk_end; in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/config/locale/gnu/
A Dcodecvt_members.cc68 __from = __from_next; in do_out()
77 for (; __from < __from_next; ++__from) in do_out()
145 __from = __from_next; in do_in()
156 __conv = mbrtowc(__to_next, __from, __from_end - __from, in do_in()
162 __from_next = __from; in do_in()
257 - __from)); in do_length()
270 for (__from = __tmp_from;; __from += __conv) in do_length()
272 __conv = mbrtowc(0, __from, __end - __from, in do_length()
282 if (!__from) in do_length()
283 __from = __from_chunk_end; in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/locale/gnu/
A Dcodecvt_members.cc68 __from = __from_next; in do_out()
77 for (; __from < __from_next; ++__from) in do_out()
145 __from = __from_next; in do_in()
156 __conv = mbrtowc(__to_next, __from, __from_end - __from, in do_in()
162 __from_next = __from; in do_in()
257 - __from)); in do_length()
270 for (__from = __tmp_from;; __from += __conv) in do_length()
272 __conv = mbrtowc(0, __from, __end - __from, in do_length()
282 if (!__from) in do_length()
283 __from = __from_chunk_end; in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/
A Dcodecvt.cc741 const intern_type* __from, in do_out() argument
797 return __end - __from; in do_length()
867 __end = ucs4_span(__from, __end, __max); in do_length()
868 return __end - __from; in do_length()
941 return __end - __from; in do_length()
1013 return __end - __from; in do_length()
1122 __end = __from; in do_length()
1124 return __end - __from; in do_length()
1462 return __end - __from; in do_length()
1538 return __end - __from; in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/
A Dcodecvt.cc741 const intern_type* __from, in do_out() argument
797 return __end - __from; in do_length()
867 __end = ucs4_span(__from, __end, __max); in do_length()
868 return __end - __from; in do_length()
941 return __end - __from; in do_length()
1013 return __end - __from; in do_length()
1127 __end = __from; in do_length()
1129 return __end - __from; in do_length()
1467 return __end - __from; in do_length()
1543 return __end - __from; in do_length()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/
A Dcodecvt.cc741 const intern_type* __from, in do_out() argument
797 return __end - __from; in do_length()
867 __end = ucs4_span(__from, __end, __max); in do_length()
868 return __end - __from; in do_length()
941 return __end - __from; in do_length()
1013 return __end - __from; in do_length()
1122 __end = __from; in do_length()
1124 return __end - __from; in do_length()
1462 return __end - __from; in do_length()
1538 return __end - __from; in do_length()
[all …]

Completed in 106 milliseconds

1234567891011