| /llvm-project-15.0.7/libcxx/include/ |
| H A D | codecvt | 108 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; 147 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; 185 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; 245 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; 284 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; 323 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; 361 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; 399 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; 437 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; 497 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; [all …]
|
| H A D | __locale | 988 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const 1031 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; 1074 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const 1115 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; 1159 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const 1202 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; 1247 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const 1290 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; 1335 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const 1378 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const; [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
| H A D | wchar_t_out.pass.cpp | 35 const std::basic_string<F::intern_type> from(L"some text"); in main() 38 const F::intern_type* from_next = 0; in main() 48 std::basic_string<F::intern_type> from(L"some text"); in main() 52 const F::intern_type* from_next = 0; in main() 62 std::basic_string<F::intern_type> from(L"some text"); in main() 65 const F::intern_type* from_next = 0; in main()
|
| H A D | wchar_t_in.pass.cpp | 33 const std::basic_string<F::intern_type> expected(from.begin(), from.end()); in main() 34 std::basic_string<F::intern_type> to(from.size(), F::intern_type()); in main() 38 F::intern_type* to_next = 0; in main()
|
| H A D | utf_sanity_check.pass.cpp | 45 F32_8::intern_type* c32p; in main() 46 F16_8::intern_type* c16p; in main() 48 const F32_8::intern_type* c_c32p; in main() 49 const F16_8::intern_type* c_c16p; in main() 51 F32_8::intern_type c32; in main() 52 F16_8::intern_type c16[2]; in main() 69 for (F32_8::intern_type c32x = 0; c32x < 0x110003; ++c32x) { in main()
|
| H A D | char16_t_in.pass.cpp | 38 F::intern_type to[9]; in main() 42 F::intern_type* to_next = 0; in main()
|
| H A D | char32_t_in.pass.cpp | 38 F::intern_type to[9]; in main() 42 F::intern_type* to_next = 0; in main()
|
| H A D | char32_t_char8_t_in.pass.cpp | 29 F::intern_type to[9]; in main() 33 F::intern_type* to_next = nullptr; in main()
|
| H A D | char32_t_out.pass.cpp | 41 F::intern_type from[9] = {'s', 'o', 'm', 'e', ' ', 't', 'e', 'x', 't'}; in main() 44 const F::intern_type* from_next = 0; in main()
|
| H A D | char16_t_out.pass.cpp | 41 F::intern_type from[9] = {'s', 'o', 'm', 'e', ' ', 't', 'e', 'x', 't'}; in main() 44 const F::intern_type* from_next = 0; in main()
|
| H A D | char16_t_char8_t_in.pass.cpp | 29 F::intern_type to[9]; in main() 33 F::intern_type* to_next = nullptr; in main()
|
| H A D | char32_t_char8_t_out.pass.cpp | 29 F::intern_type from[9] = {u's', u'o', u'm', u'e', u' ', u't', u'e', u'x', u't'}; in main() 32 const F::intern_type* from_next = nullptr; in main()
|
| H A D | char16_t_char8_t_out.pass.cpp | 29 F::intern_type from[9] = {u's', u'o', u'm', u'e', u' ', u't', u'e', u'x', u't'}; in main() 32 const F::intern_type* from_next = nullptr; in main()
|
| H A D | char_out.pass.cpp | 29 const std::basic_string<F::intern_type> from("some text"); in main()
|
| H A D | char_in.pass.cpp | 29 const std::basic_string<F::intern_type> from("some text"); in main()
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | locale.cpp | 1563 intern_type* to, intern_type*, intern_type*& to_nxt) const in do_in() argument 1689 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() 3238 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() 3317 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() 3396 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() 3475 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() 3561 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() 3656 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() 3733 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() 3822 intern_type* to, intern_type* to_end, intern_type*& to_nxt) const in do_in() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/ |
| H A D | types_char16_t_char8_t.pass.cpp | 37 static_assert(std::is_same_v<F::intern_type, char16_t>); in main()
|
| H A D | types_char32_t_char8_t.pass.cpp | 37 static_assert(std::is_same_v<F::intern_type, char32_t>); in main()
|
| H A D | types_char16_t.pass.cpp | 37 static_assert((std::is_same<F::intern_type, char16_t>::value), ""); in main()
|
| H A D | types_wchar_t.pass.cpp | 36 static_assert((std::is_same<F::intern_type, wchar_t>::value), ""); in main()
|
| H A D | types_char32_t.pass.cpp | 37 static_assert((std::is_same<F::intern_type, char32_t>::value), ""); in main()
|
| H A D | types_char.pass.cpp | 34 static_assert((std::is_same<F::intern_type, char>::value), ""); in main()
|