Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 32) 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
Dchar_unshift.pass.cpp27 std::vector<char> to(3); in main() local
Dchar16_t_unshift.pass.cpp27 std::vector<char> to(3); 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
Dchar_out.pass.cpp29 std::vector<char> to(from.size()); in main() local
Dchar_in.pass.cpp29 std::vector<char> to(from.size()); in main() local
Dchar32_t_in.pass.cpp29 F::intern_type to[9]; in main() local
Dchar16_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.cpp1444 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/
Diconv.c107 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/
Dvmsify.c66 copyto (char **to, char **from, char upto, int as_dir) in copyto()
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_loader.cpp18 #define MAYBE_MAP_FLAG(x, from, to) (((x) & (from)) ? (to) : 0) argument
Dlinker_phdr.cpp125 #define MAYBE_MAP_FLAG(x, from, to) (((x) & (from)) ? (to) : 0) argument
/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()

12