/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
D | wchar_t_out.pass.cpp | 31 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
|
D | char_unshift.pass.cpp | 27 std::vector<char> to(3); in main() local
|
D | char16_t_unshift.pass.cpp | 27 std::vector<char> to(3); in main() local
|
D | wchar_t_unshift.pass.cpp | 29 std::vector<F::extern_type> to(3); in main() local
|
D | char32_t_unshift.pass.cpp | 27 std::vector<char> to(3); in main() local
|
D | char_out.pass.cpp | 29 std::vector<char> to(from.size()); in main() local
|
D | char_in.pass.cpp | 29 std::vector<char> to(from.size()); in main() local
|
D | char32_t_in.pass.cpp | 29 F::intern_type to[9]; in main() local
|
D | char16_t_in.pass.cpp | 29 F::intern_type to[9]; in main() local
|
D | wchar_t_in.pass.cpp | 30 std::basic_string<F::intern_type> to(from.size(), F::intern_type()); in main() local
|
D | char16_t_out.pass.cpp | 33 char to[9] = {0}; in main() local
|
D | char32_t_out.pass.cpp | 33 char to[9] = {0}; in main() local
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/ |
D | converter.hpp | 57 struct to struct 59 …typedef converter<T,S,Traits,OverflowHandler,Float2IntRounder,RawConverter,UserRangeChecker> type ;
|
/ndk/tests/build/test-gnustl-chrono/jni/ |
D | main.cpp | 9 void hanoi_callback(int from, int to) { in hanoi_callback()
|
D | hanoi.c | 3 void hanoi(int from, int to, int mid, int n, void (*callback)(int, int)) { in hanoi() argument
|
/ndk/sources/cxx-stl/stlport/src/ |
D | codecvt.cpp | 87 extern_type* to, in do_out() 102 intern_type* to, in do_in() 115 extern_type* to, in do_unshift() argument
|
D | facets_byname.cpp | 310 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/ |
D | locale.cpp | 1444 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_out() argument 1454 intern_type* to, intern_type*, intern_type*& to_nxt) const in do_in() argument 1463 extern_type* to, extern_type*, extern_type*& to_nxt) const in do_unshift() argument 1530 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_out() 1599 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() 1676 extern_type* to, extern_type* to_end, extern_type*& to_nxt) const in do_unshift() 1779 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8() 1856 uint8_t* to, uint8_t* to_end, uint8_t*& to_nxt, in utf16_to_utf8() 1933 uint16_t* to, uint16_t* to_end, uint16_t*& to_nxt, in utf8_to_utf16() 2054 uint32_t* to, uint32_t* to_end, uint32_t*& to_nxt, in utf8_to_utf16() [all …]
|
/ndk/sources/android/support/src/musl-locale/ |
D | iconv.c | 107 iconv_t iconv_open(const char *to, const char *from) in iconv_open() 162 unsigned to = cd & 0xffff; in iconv() local
|
/ndk/sources/host-tools/make-3.81/ |
D | vmsify.c | 66 copyto (char **to, char **from, char upto, int as_dir) in copyto()
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_elf_loader.cpp | 18 #define MAYBE_MAP_FLAG(x, from, to) (((x) & (from)) ? (to) : 0) argument
|
D | linker_phdr.cpp | 125 #define MAYBE_MAP_FLAG(x, from, to) (((x) & (from)) ? (to) : 0) argument
|
/ndk/tests/device/test-stlport/unit/ |
D | codecvt_test.cpp | 398 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/ |
D | codecvt_test.cpp | 398 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/ |
D | c_wlocale_win32.c | 143 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()
|