| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | codecvt.h | 524 class codecvt<char32_t, char, mbstate_t> in _GLIBCXX_VISIBILITY() 525 : public __codecvt_abstract_base<char32_t, char, mbstate_t> in _GLIBCXX_VISIBILITY() 529 typedef char32_t intern_type; in _GLIBCXX_VISIBILITY() 538 : __codecvt_abstract_base<char32_t, char, mbstate_t>(__refs) { } in _GLIBCXX_VISIBILITY() 639 class codecvt<char32_t, char8_t, mbstate_t> in _GLIBCXX_VISIBILITY() 640 : public __codecvt_abstract_base<char32_t, char8_t, mbstate_t> in _GLIBCXX_VISIBILITY() 644 typedef char32_t intern_type; in _GLIBCXX_VISIBILITY() 653 : __codecvt_abstract_base<char32_t, char8_t, mbstate_t>(__refs) { } in _GLIBCXX_VISIBILITY() 742 class codecvt_byname<char32_t, char, mbstate_t> in _GLIBCXX_VISIBILITY() 743 : public codecvt<char32_t, char, mbstate_t> in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | stringfwd.h | 67 template<> struct char_traits<char32_t>; in _GLIBCXX_VISIBILITY() 96 typedef basic_string<char32_t> u32string; in _GLIBCXX_VISIBILITY()
|
| H A D | localefwd.h | 145 template<> class codecvt<char32_t, char, mbstate_t>; in _GLIBCXX_VISIBILITY() 148 template<> class codecvt<char32_t, char8_t, mbstate_t>; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | codecvt.h | 524 class codecvt<char32_t, char, mbstate_t> in _GLIBCXX_VISIBILITY() 525 : public __codecvt_abstract_base<char32_t, char, mbstate_t> in _GLIBCXX_VISIBILITY() 529 typedef char32_t intern_type; in _GLIBCXX_VISIBILITY() 538 : __codecvt_abstract_base<char32_t, char, mbstate_t>(__refs) { } in _GLIBCXX_VISIBILITY() 639 class codecvt<char32_t, char8_t, mbstate_t> in _GLIBCXX_VISIBILITY() 640 : public __codecvt_abstract_base<char32_t, char8_t, mbstate_t> in _GLIBCXX_VISIBILITY() 644 typedef char32_t intern_type; in _GLIBCXX_VISIBILITY() 653 : __codecvt_abstract_base<char32_t, char8_t, mbstate_t>(__refs) { } in _GLIBCXX_VISIBILITY() 742 class codecvt_byname<char32_t, char, mbstate_t> in _GLIBCXX_VISIBILITY() 743 : public codecvt<char32_t, char, mbstate_t> in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | stringfwd.h | 67 template<> struct char_traits<char32_t>; in _GLIBCXX_VISIBILITY() 96 typedef basic_string<char32_t> u32string; in _GLIBCXX_VISIBILITY()
|
| H A D | localefwd.h | 145 template<> class codecvt<char32_t, char, mbstate_t>; in _GLIBCXX_VISIBILITY() 148 template<> class codecvt<char32_t, char8_t, mbstate_t>; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/ |
| H A D | vstring_fwd.h | 76 typedef __versa_string<char32_t> __u32vstring; in _GLIBCXX_VISIBILITY() 79 __versa_string<char32_t, std::char_traits<char32_t>, in _GLIBCXX_VISIBILITY() 80 std::allocator<char32_t>, __rc_string_base> __u32rc_string; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/ |
| H A D | vstring_fwd.h | 76 typedef __versa_string<char32_t> __u32vstring; in _GLIBCXX_VISIBILITY() 79 __versa_string<char32_t, std::char_traits<char32_t>, in _GLIBCXX_VISIBILITY() 80 std::allocator<char32_t>, __rc_string_base> __u32rc_string; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | uchar.h | 37 typedef __uint_least32_t char32_t; typedef 57 extern size_t mbrtoc32 (char32_t *__restrict __pc32, 62 extern size_t c32rtomb (char *__restrict __s, char32_t __c32,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | uchar.h | 37 typedef __uint_least32_t char32_t; typedef 57 extern size_t mbrtoc32 (char32_t *__restrict __pc32, 62 extern size_t c32rtomb (char *__restrict __s, char32_t __c32,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | codecvt | 149 class _LIBCPP_TYPE_VIS __codecvt_utf8<char32_t> 150 : public codecvt<char32_t, char, mbstate_t> 155 typedef char32_t intern_type; 162 : codecvt<char32_t, char, mbstate_t>(__refs), _Maxcode_(_Maxcode), 342 class _LIBCPP_TYPE_VIS __codecvt_utf16<char32_t, false> 343 : public codecvt<char32_t, char, mbstate_t> 348 typedef char32_t intern_type; 355 : codecvt<char32_t, char, mbstate_t>(__refs), _Maxcode_(_Maxcode), 377 class _LIBCPP_TYPE_VIS __codecvt_utf16<char32_t, true> 378 : public codecvt<char32_t, char, mbstate_t> [all …]
|
| H A D | __locale | 1120 // template <> class codecvt<char32_t, char, mbstate_t> 1123 class _LIBCPP_TYPE_VIS codecvt<char32_t, char, mbstate_t> 1128 typedef char32_t intern_type; 1231 _LIBCPP_EXTERN_TEMPLATE2(class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS codecvt_byname<char32_t, char, mbst… 1293 : public codecvt<char32_t, char, mbstate_t> 1296 __narrow_to_utf8() : codecvt<char32_t, char, mbstate_t>(1) {} 1312 const char32_t* __wn = (const char32_t*)__wb; 1313 __r = do_out(__mb, (const char32_t*)__wb, (const char32_t*)__we, __wn, 1315 if (__r == codecvt_base::error || __wn == (const char32_t*)__wb) 1383 : public codecvt<char32_t, char, mbstate_t> [all …]
|
| H A D | __string | 611 struct _LIBCPP_TEMPLATE_VIS char_traits<char32_t> 613 typedef char32_t char_type; 653 char_traits<char32_t>::compare(const char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT 667 char_traits<char32_t>::length(const char_type* __s) _NOEXCEPT 676 const char32_t* 677 char_traits<char32_t>::find(const char_type* __s, size_t __n, const char_type& __a) _NOEXCEPT 689 char32_t* 690 char_traits<char32_t>::move(char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT 709 char32_t* 710 char_traits<char32_t>::copy(char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | codecvt | 149 class _LIBCPP_TYPE_VIS __codecvt_utf8<char32_t> 150 : public codecvt<char32_t, char, mbstate_t> 155 typedef char32_t intern_type; 162 : codecvt<char32_t, char, mbstate_t>(__refs), _Maxcode_(_Maxcode), 342 class _LIBCPP_TYPE_VIS __codecvt_utf16<char32_t, false> 343 : public codecvt<char32_t, char, mbstate_t> 348 typedef char32_t intern_type; 355 : codecvt<char32_t, char, mbstate_t>(__refs), _Maxcode_(_Maxcode), 377 class _LIBCPP_TYPE_VIS __codecvt_utf16<char32_t, true> 378 : public codecvt<char32_t, char, mbstate_t> [all …]
|
| H A D | __locale | 1120 // template <> class codecvt<char32_t, char, mbstate_t> 1123 class _LIBCPP_TYPE_VIS codecvt<char32_t, char, mbstate_t> 1128 typedef char32_t intern_type; 1231 _LIBCPP_EXTERN_TEMPLATE2(class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS codecvt_byname<char32_t, char, mbst… 1293 : public codecvt<char32_t, char, mbstate_t> 1296 __narrow_to_utf8() : codecvt<char32_t, char, mbstate_t>(1) {} 1312 const char32_t* __wn = (const char32_t*)__wb; 1313 __r = do_out(__mb, (const char32_t*)__wb, (const char32_t*)__we, __wn, 1315 if (__r == codecvt_base::error || __wn == (const char32_t*)__wb) 1383 : public codecvt<char32_t, char, mbstate_t> [all …]
|
| H A D | __string | 611 struct _LIBCPP_TEMPLATE_VIS char_traits<char32_t> 613 typedef char32_t char_type; 653 char_traits<char32_t>::compare(const char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT 667 char_traits<char32_t>::length(const char_type* __s) _NOEXCEPT 676 const char32_t* 677 char_traits<char32_t>::find(const char_type* __s, size_t __n, const char_type& __a) _NOEXCEPT 689 char32_t* 690 char_traits<char32_t>::move(char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT 709 char32_t* 710 char_traits<char32_t>::copy(char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/ |
| H A D | inf_nan.hpp | 166 bool parse_inf_nan(const char32_t* begin, const char32_t* end, T& value) BOOST_NOEXCEPT { in parse_inf_nan() 174 bool put_inf_nan(char32_t* begin, char32_t*& end, const T& value) BOOST_NOEXCEPT { in put_inf_nan()
|
| H A D | is_character.hpp | 46 boost::is_same< T, char32_t >::value ||
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | lexical_cast.hpp | 92 inline Target lexical_cast(const char32_t* chars, std::size_t count) in lexical_cast() 95 ::boost::iterator_range<const char32_t*>(chars, chars + count) in lexical_cast()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/ |
| H A D | string | 31 typedef basic_string<char32_t> u32string; 57 typedef basic_string<char32_t> u32string;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/ |
| H A D | string | 31 typedef basic_string<char32_t> u32string; 57 typedef basic_string<char32_t> u32string;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | codecvt | 162 _GLIBCXX_CODECVT_SPECIALIZATION(codecvt_utf8, char32_t); 163 _GLIBCXX_CODECVT_SPECIALIZATION(codecvt_utf16, char32_t); 164 _GLIBCXX_CODECVT_SPECIALIZATION(codecvt_utf8_utf16, char32_t);
|
| H A D | limits | 376 // you get the count right. (18 in C++11 mode, with char16_t and char32_t.) 856 /// numeric_limits<char32_t> specialization. 858 struct numeric_limits<char32_t> 862 static constexpr char32_t 863 min() noexcept { return __glibcxx_min (char32_t); } 865 static constexpr char32_t 866 max() noexcept { return __glibcxx_max (char32_t); } 868 static constexpr char32_t 871 static constexpr int digits = __glibcxx_digits (char32_t); 872 static constexpr int digits10 = __glibcxx_digits10 (char32_t); [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | codecvt | 162 _GLIBCXX_CODECVT_SPECIALIZATION(codecvt_utf8, char32_t); 163 _GLIBCXX_CODECVT_SPECIALIZATION(codecvt_utf16, char32_t); 164 _GLIBCXX_CODECVT_SPECIALIZATION(codecvt_utf8_utf16, char32_t);
|
| H A D | limits | 376 // you get the count right. (18 in C++11 mode, with char16_t and char32_t.) 856 /// numeric_limits<char32_t> specialization. 858 struct numeric_limits<char32_t> 862 static constexpr char32_t 863 min() noexcept { return __glibcxx_min (char32_t); } 865 static constexpr char32_t 866 max() noexcept { return __glibcxx_max (char32_t); } 868 static constexpr char32_t 871 static constexpr int digits = __glibcxx_digits (char32_t); 872 static constexpr int digits10 = __glibcxx_digits10 (char32_t); [all …]
|