Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 33) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
Dwchar_t_out.pass.cpp31 std::vector<char> to(from.size()+1); in main() local
45 std::vector<char> to(from.size()+1); in main() local
58 std::vector<char> to(from.size()-1); in main() local
Dwchar_t_unshift.pass.cpp29 std::vector<F::extern_type> to(3); in main() local
Dchar32_t_unshift.pass.cpp27 std::vector<char> to(3); in main() local
Dchar16_t_unshift.pass.cpp27 std::vector<char> to(3); in main() local
Dchar_unshift.pass.cpp27 std::vector<char> to(3); in main() local
Dchar_in.pass.cpp29 std::vector<char> to(from.size()); in main() local
Dchar_out.pass.cpp29 std::vector<char> to(from.size()); in main() local
Dchar16_t_in.pass.cpp29 F::intern_type to[9]; in main() local
Dchar32_t_in.pass.cpp29 F::intern_type to[9]; in main() local
Dwchar_t_in.pass.cpp30 std::basic_string<F::intern_type> to(from.size(), F::intern_type()); in main() local
Dchar16_t_out.pass.cpp33 char to[9] = {0}; in main() local
Dchar32_t_out.pass.cpp33 char to[9] = {0}; in main() local
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
Dconverter.hpp57 struct to struct
59 …typedef converter<T,S,Traits,OverflowHandler,Float2IntRounder,RawConverter,UserRangeChecker> type ;
/ndk/tests/build/test-gnustl-chrono/jni/
Dmain.cpp9 void hanoi_callback(int from, int to) { in hanoi_callback()
Dhanoi.c3 void hanoi(int from, int to, int mid, int n, void (*callback)(int, int)) { in hanoi() argument
/ndk/sources/cxx-stl/stlport/src/
Dcodecvt.cpp87 extern_type* to, in do_out()
102 intern_type* to, in do_in()
115 extern_type* to, in do_unshift() argument
Dfacets_byname.cpp310 extern_type* to, in do_out()
342 intern_type* to, in do_in()
372 extern_type* to, in do_unshift()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp1367 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_out() argument
1377 intern_type* to, intern_type*, intern_type*& to_nxt) const in do_in() argument
1386 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument
1447 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out()
1516 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in()
1593 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_unshift()
1696 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8()
1773 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8()
1850 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, in utf8_to_utf16()
1971 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf8_to_utf16()
[all …]
/ndk/sources/android/support/src/musl-locale/
Diconv.c91 iconv_t iconv_open(const char *to, const char *from) in iconv_open()
146 unsigned to = cd & 0xffff; in iconv() local
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c239 str_append(to, string, length) in str_append() argument
278 str_append_modified(to, string, length, type) in str_append_modified() argument
434 line_copy(from, to, state) in line_copy() argument
470 line_append(from, to, state) in line_append() argument
/ndk/sources/host-tools/make-3.81/
Dvmsify.c66 copyto (char **to, char **from, char upto, int as_dir) in copyto()
/ndk/tests/device/test-stlport/unit/
Dcodecvt_test.cpp398 wchar_t to[1]; in in_out_test() local
412 char to[1]; in in_out_test() local
/ndk/tests/device/test-gnustl-full/unit/
Dcodecvt_test.cpp398 wchar_t to[1]; in in_out_test() local
412 char to[1]; in in_out_test() local
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_wlocale_win32.c143 size_t _WLocale_mbtowc(_Locale_codecvt_t *lcodecvt, wchar_t *to, in _WLocale_mbtowc()
168 size_t _WLocale_wctomb(_Locale_codecvt_t *lcodecvt, char *to, size_t n, in _WLocale_wctomb()
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_win32io.cpp405 char *to = buf + readen; in _M_read() local

12