Home
last modified time | relevance | path

Searched defs:to_end (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/nowide/test/
Dtest_codecvt.cpp49 wchar_t* to_end = to + m; in test_codecvt_in_n_m() local
101 char* to_end = to + n; in test_codecvt_out_n_m() local
184 wchar_t* const to_end = buf + 4; in test_codecvt_err() local
199 wchar_t* const to_end = buf + 4; in test_codecvt_err() local
214 char* const to_end = buf + 4; in test_codecvt_err() local
246 char* to_end = buf + 32; in test_codecvt_err() local
276 wchar_t* const to_end = to + buf.size(); in codecvt_to_wide() local
303 char* const to_end = to + buf.size(); in codecvt_to_narrow() local
/third_party/boost/libs/filesystem/src/
Dwindows_file_codecvt.cpp25 wchar_t* to, wchar_t* to_end, wchar_t*& to_next) const in do_in()
45 char* to, char* to_end, char* & to_next) const in do_out()
Dpath_traits.cpp52 wchar_t* to, wchar_t* to_end, in convert_aux()
86 char* to, char* to_end, in convert_aux()
/third_party/boost/libs/locale/test/
Dtest_codecvt.cpp54 wchar_t *to_end = to + m; in test_codecvt_in_n_m() local
108 char *to_end = to + n; in test_codecvt_out_n_m() local
182 wchar_t *to_end = buf+2; in test_codecvt_err() local
213 char *to_end = buf+32; in test_codecvt_err() local
254 char *to_end = buf+1; in test_char_char() local
/third_party/boost/libs/filesystem/test/
Dtest_codecvt.hpp44 wchar_t* to, wchar_t* to_end, wchar_t*& to_next) const in do_in()
58 char* to, char* to_end, char*& to_next) const in do_out()
/third_party/boost/boost/process/detail/windows/
Dlocale.hpp41 wchar_t* to, wchar_t* to_end, wchar_t*& to_next) const override in do_in()
68 char* to, char* to_end, char*& to_next) const override in do_out()
/third_party/boost/libs/iostreams/test/detail/
Dutf8_codecvt_facet.cpp46 wchar_t * to_end, in do_in()
123 char * to_end, in do_out()
/third_party/boost/boost/nowide/
Dutf8_codecvt.hpp142 uchar* to_end, in do_in()
213 char* to_end, in do_out()
361 uchar* to_end, in do_in()
395 char* to_end, in do_out()
/third_party/boost/boost/locale/
Dgeneric_codecvt.hpp245 uchar *to_end, in do_in()
341 char *to_end, in do_out()
529 uchar *to_end, in do_in()
596 char *to_end, in do_out()
/third_party/boost/boost/process/
Dlocale.hpp117 wchar_t* to, wchar_t* to_end, in convert()
139 char* to, char* to_end, in convert()
/third_party/boost/libs/program_options/src/
Dconvert.cpp61 ToChar* to_end = buffer + 32; in convert() local
/third_party/boost/boost/multi_array/
Dindex_range.hpp42 static index to_end() in to_end() function in boost::detail::multi_array::index_range
/third_party/boost/libs/multi_array/test/
Ddimtest.cpp146 static Index to_end() in to_end() function in index_range
/third_party/gn/src/base/containers/
Dcircular_deque.h914 size_t* to_end) { in MoveBuffer()