/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
D | wchar_t_out.pass.cpp | 30 const std::basic_string<F::intern_type> from(L"some text"); in main() local 43 std::basic_string<F::intern_type> from(L"some text"); in main() local 57 std::basic_string<F::intern_type> from(L"some text"); in main() local
|
D | wchar_t_length.pass.cpp | 26 const char* from = "123467890"; in main() local
|
D | char_length.pass.cpp | 26 const char from[10]= {0}; in main() local
|
D | char32_t_length.pass.cpp | 26 const char from[] = "some text"; in main() local
|
D | char16_t_length.pass.cpp | 26 const char from[] = "some text"; in main() local
|
D | char_out.pass.cpp | 28 const std::basic_string<F::intern_type> from("some text"); in main() local
|
D | char_in.pass.cpp | 28 const std::basic_string<F::intern_type> from("some text"); in main() local
|
D | char32_t_in.pass.cpp | 28 const char from[] = "some text"; in main() local
|
D | char16_t_in.pass.cpp | 28 const char from[] = "some text"; in main() local
|
D | wchar_t_in.pass.cpp | 28 const std::basic_string<F::extern_type> from("some text"); in main() local
|
D | char16_t_out.pass.cpp | 32 F::intern_type from[9] = {'s', 'o', 'm', 'e', ' ', 't', 'e', 'x', 't'}; in main() local
|
D | char32_t_out.pass.cpp | 32 F::intern_type from[9] = {'s', 'o', 'm', 'e', ' ', 't', 'e', 'x', 't'}; in main() local
|
/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 | 31 const char* from, in do_length() 84 const intern_type* from, in do_out() 99 const extern_type* from, in do_in() 129 const extern_type* from, in do_length()
|
D | facets_byname.cpp | 307 const intern_type* from, in do_out() 339 const extern_type* from, in do_in() 407 const extern_type* from, in do_length()
|
/ndk/tests/device/test-stlport/unit/ |
D | codecvt_test.cpp | 396 string from("abcdef"); in in_out_test() local 410 wstring from(L"abcdef"); in in_out_test() local 443 string from("abcdef"); in length_test() local 594 const char* from = utf8_str.data(); in special_encodings() local
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | codecvt_test.cpp | 396 string from("abcdef"); in in_out_test() local 410 wstring from(L"abcdef"); in in_out_test() local 443 string from("abcdef"); in length_test() local 594 const char* from = utf8_str.data(); in special_encodings() local
|
/ndk/sources/android/support/src/musl-locale/ |
D | iconv.c | 107 iconv_t iconv_open(const char *to, const char *from) in iconv_open() 163 unsigned from = cd >> 16; 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
|
D | crazy_linker_library_list.cpp | 80 void* LibraryList::FindSymbolFrom(const char* symbol_name, LibraryView* from) { in FindSymbolFrom()
|
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_wlocale_win32.c | 120 static int __mbtowc(_Locale_codecvt_t *l, wchar_t *dst, const char *from, unsigned int count) { in __mbtowc() 144 const char *from, size_t n, mbstate_t *shift_state) { in _WLocale_mbtowc()
|
/ndk/sources/cxx-stl/stlport/src/details/ |
D | fstream_win32io.cpp | 406 char *from = to; in _M_read() local
|