Home
last modified time | relevance | path

Searched refs:char_type (Results 1 – 25 of 162) sorted by relevance

1234567

/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 Dchar_traits.h92 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
102 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
106 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
110 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
114 compare(const char_type* __s1, const char_type* __s2, std::size_t __n); in _GLIBCXX_VISIBILITY()
117 length(const char_type* __s); in _GLIBCXX_VISIBILITY()
119 static _GLIBCXX14_CONSTEXPR const char_type* in _GLIBCXX_VISIBILITY()
120 find(const char_type* __s, std::size_t __n, const char_type& __a); in _GLIBCXX_VISIBILITY()
122 static _GLIBCXX20_CONSTEXPR char_type* in _GLIBCXX_VISIBILITY()
123 move(char_type* __s1, const char_type* __s2, std::size_t __n); in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale_facets.h155 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
169 is(mask __m, char_type __c) const in _GLIBCXX_VISIBILITY()
185 const char_type* in _GLIBCXX_VISIBILITY()
186 is(const char_type *__lo, const char_type *__hi, mask *__vec) const in _GLIBCXX_VISIBILITY()
201 const char_type* in _GLIBCXX_VISIBILITY()
202 scan_is(mask __m, const char_type* __lo, const char_type* __hi) const in _GLIBCXX_VISIBILITY()
217 const char_type* in _GLIBCXX_VISIBILITY()
218 scan_not(mask __m, const char_type* __lo, const char_type* __hi) const in _GLIBCXX_VISIBILITY()
231 char_type in _GLIBCXX_VISIBILITY()
232 toupper(char_type __c) const in _GLIBCXX_VISIBILITY()
[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/bits/
H A Dchar_traits.h92 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
102 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
106 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
110 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
114 compare(const char_type* __s1, const char_type* __s2, std::size_t __n); in _GLIBCXX_VISIBILITY()
117 length(const char_type* __s); in _GLIBCXX_VISIBILITY()
119 static _GLIBCXX14_CONSTEXPR const char_type* in _GLIBCXX_VISIBILITY()
120 find(const char_type* __s, std::size_t __n, const char_type& __a); in _GLIBCXX_VISIBILITY()
122 static _GLIBCXX20_CONSTEXPR char_type* in _GLIBCXX_VISIBILITY()
123 move(char_type* __s1, const char_type* __s2, std::size_t __n); in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale_facets.h155 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
169 is(mask __m, char_type __c) const in _GLIBCXX_VISIBILITY()
185 const char_type* in _GLIBCXX_VISIBILITY()
186 is(const char_type *__lo, const char_type *__hi, mask *__vec) const in _GLIBCXX_VISIBILITY()
201 const char_type* in _GLIBCXX_VISIBILITY()
202 scan_is(mask __m, const char_type* __lo, const char_type* __hi) const in _GLIBCXX_VISIBILITY()
217 const char_type* in _GLIBCXX_VISIBILITY()
218 scan_not(mask __m, const char_type* __lo, const char_type* __hi) const in _GLIBCXX_VISIBILITY()
231 char_type in _GLIBCXX_VISIBILITY()
232 toupper(char_type __c) const in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__string23 typedef charT char_type;
29 static constexpr void assign(char_type& c1, const char_type& c2) noexcept;
30 static constexpr bool eq(char_type c1, char_type c2) noexcept;
31 static constexpr bool lt(char_type c1, char_type c2) noexcept;
33 static constexpr int compare(const char_type* s1, const char_type* s2, size_t n);
34 static constexpr size_t length(const char_type* s);
35 static constexpr const char_type*
36 find(const char_type* s, size_t n, const char_type& a);
37 static char_type* move(char_type* s1, const char_type* s2, size_t n);
38 static char_type* copy(char_type* s1, const char_type* s2, size_t n);
[all …]
H A D__locale244 typedef _CharT char_type;
245 typedef basic_string<char_type> string_type;
252 int compare(const char_type* __lo1, const char_type* __hi1,
253 const char_type* __lo2, const char_type* __hi2) const
259 string_type transform(const char_type* __lo, const char_type* __hi) const
265 long hash(const char_type* __lo, const char_type* __hi) const
274 virtual int do_compare(const char_type* __lo1, const char_type* __hi1,
275 const char_type* __lo2, const char_type* __hi2) const;
276 virtual string_type do_transform(const char_type* __lo, const char_type* __hi) const
278 virtual long do_hash(const char_type* __lo, const char_type* __hi) const;
[all …]
H A Dstreambuf25 typedef charT char_type;
38 basic_streambuf* pubsetbuf(char_type* s, streamsize n);
51 streamsize sgetn(char_type* s, streamsize n);
54 int_type sputbackc(char_type c);
58 int_type sputc(char_type c);
59 streamsize sputn(const char_type* s, streamsize n);
68 char_type* eback() const;
69 char_type* gptr() const;
70 char_type* egptr() const;
72 void setg(char_type* gbeg, char_type* gnext, char_type* gend);
[all …]
H A Dsstream22 typedef charT char_type;
31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
40 basic_string<char_type, traits_type, allocator_type> str() const;
41 void str(const basic_string<char_type, traits_type, allocator_type>& s);
48 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type*, streamsize);
67 typedef charT char_type;
76 explicit basic_istringstream(const basic_string<char_type, traits_type,allocator_type>& str,
85 basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const;
86 basic_string<char_type, traits_type, allocator_type> str() const;
87 void str(const basic_string<char_type, traits_type, allocator_type>& s);
[all …]
H A Dlocale574 typedef _CharT char_type;
900 char_type __thousands_sep;
903 char_type __atoms1[__atoms_size];
904 const char_type *__atoms = this->__do_widen(__iob, __atoms1);
907 char_type __atoms[__atoms_size];
957 char_type __thousands_sep;
960 char_type __atoms1[__atoms_size];
961 const char_type *__atoms = this->__do_widen(__iob, __atoms1);
964 char_type __atoms[__atoms_size];
1013 char_type __atoms[32];
[all …]
H A D__std_stream39 typedef _CharT char_type;
40 typedef char_traits<char_type> traits_type;
57 const codecvt<char_type, char, state_type>* __cv_;
84 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
128 char_type __1buf;
130 __1buf = static_cast<char_type>(__extbuf[0]);
134 char_type* __inxt;
160 __1buf = static_cast<char_type>(__extbuf[0]);
196 const char_type __ci = traits_type::to_char_type(__last_consumed_);
197 const char_type* __inxt;
[all …]
H A Dfstream22 typedef charT char_type;
51 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* s, streamsize n);
72 typedef charT char_type;
88 basic_filebuf<char_type, traits_type>* rdbuf() const;
109 typedef charT char_type;
125 basic_filebuf<char_type, traits_type>* rdbuf() const;
147 typedef charT char_type;
163 basic_filebuf<char_type, traits_type>* rdbuf() const;
206 typedef _CharT char_type;
258 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* __s, streamsize __n);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__string23 typedef charT char_type;
29 static constexpr void assign(char_type& c1, const char_type& c2) noexcept;
30 static constexpr bool eq(char_type c1, char_type c2) noexcept;
31 static constexpr bool lt(char_type c1, char_type c2) noexcept;
33 static constexpr int compare(const char_type* s1, const char_type* s2, size_t n);
34 static constexpr size_t length(const char_type* s);
35 static constexpr const char_type*
36 find(const char_type* s, size_t n, const char_type& a);
37 static char_type* move(char_type* s1, const char_type* s2, size_t n);
38 static char_type* copy(char_type* s1, const char_type* s2, size_t n);
[all …]
H A D__locale244 typedef _CharT char_type;
245 typedef basic_string<char_type> string_type;
252 int compare(const char_type* __lo1, const char_type* __hi1,
253 const char_type* __lo2, const char_type* __hi2) const
259 string_type transform(const char_type* __lo, const char_type* __hi) const
265 long hash(const char_type* __lo, const char_type* __hi) const
274 virtual int do_compare(const char_type* __lo1, const char_type* __hi1,
275 const char_type* __lo2, const char_type* __hi2) const;
276 virtual string_type do_transform(const char_type* __lo, const char_type* __hi) const
278 virtual long do_hash(const char_type* __lo, const char_type* __hi) const;
[all …]
H A Dstreambuf25 typedef charT char_type;
38 basic_streambuf* pubsetbuf(char_type* s, streamsize n);
51 streamsize sgetn(char_type* s, streamsize n);
54 int_type sputbackc(char_type c);
58 int_type sputc(char_type c);
59 streamsize sputn(const char_type* s, streamsize n);
68 char_type* eback() const;
69 char_type* gptr() const;
70 char_type* egptr() const;
72 void setg(char_type* gbeg, char_type* gnext, char_type* gend);
[all …]
H A Dsstream22 typedef charT char_type;
31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
40 basic_string<char_type, traits_type, allocator_type> str() const;
41 void str(const basic_string<char_type, traits_type, allocator_type>& s);
48 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type*, streamsize);
67 typedef charT char_type;
76 explicit basic_istringstream(const basic_string<char_type, traits_type,allocator_type>& str,
85 basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const;
86 basic_string<char_type, traits_type, allocator_type> str() const;
87 void str(const basic_string<char_type, traits_type, allocator_type>& s);
[all …]
H A Dlocale574 typedef _CharT char_type;
900 char_type __thousands_sep;
903 char_type __atoms1[__atoms_size];
904 const char_type *__atoms = this->__do_widen(__iob, __atoms1);
907 char_type __atoms[__atoms_size];
957 char_type __thousands_sep;
960 char_type __atoms1[__atoms_size];
961 const char_type *__atoms = this->__do_widen(__iob, __atoms1);
964 char_type __atoms[__atoms_size];
1013 char_type __atoms[32];
[all …]
H A D__std_stream39 typedef _CharT char_type;
40 typedef char_traits<char_type> traits_type;
57 const codecvt<char_type, char, state_type>* __cv_;
84 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
128 char_type __1buf;
130 __1buf = static_cast<char_type>(__extbuf[0]);
134 char_type* __inxt;
160 __1buf = static_cast<char_type>(__extbuf[0]);
196 const char_type __ci = traits_type::to_char_type(__last_consumed_);
197 const char_type* __inxt;
[all …]
H A Dfstream22 typedef charT char_type;
51 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* s, streamsize n);
72 typedef charT char_type;
88 basic_filebuf<char_type, traits_type>* rdbuf() const;
109 typedef charT char_type;
125 basic_filebuf<char_type, traits_type>* rdbuf() const;
147 typedef charT char_type;
163 basic_filebuf<char_type, traits_type>* rdbuf() const;
206 typedef _CharT char_type;
258 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* __s, streamsize __n);
[all …]
/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 Dpod_char_traits.h54 typedef character<_Value, _Int, _St> char_type; in _GLIBCXX_VISIBILITY() typedef
59 static char_type in _GLIBCXX_VISIBILITY()
62 char_type ret = { static_cast<value_type>(v) }; in _GLIBCXX_VISIBILITY()
68 to(const char_type& c) in _GLIBCXX_VISIBILITY()
99 typedef __gnu_cxx::character<_Value, _Int, _St> char_type; in _GLIBCXX_VISIBILITY()
100 typedef typename char_type::int_type int_type; in _GLIBCXX_VISIBILITY()
101 typedef typename char_type::state_type state_type; in _GLIBCXX_VISIBILITY()
106 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
110 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
[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/ext/
H A Dpod_char_traits.h54 typedef character<_Value, _Int, _St> char_type; in _GLIBCXX_VISIBILITY() typedef
59 static char_type in _GLIBCXX_VISIBILITY()
62 char_type ret = { static_cast<value_type>(v) }; in _GLIBCXX_VISIBILITY()
68 to(const char_type& c) in _GLIBCXX_VISIBILITY()
99 typedef __gnu_cxx::character<_Value, _Int, _St> char_type; in _GLIBCXX_VISIBILITY()
100 typedef typename char_type::int_type int_type; in _GLIBCXX_VISIBILITY()
101 typedef typename char_type::state_type state_type; in _GLIBCXX_VISIBILITY()
106 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
110 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/device/
H A Darray.hpp32 typedef Ch char_type; typedef in boost::iostreams::detail::array_adapter
33 typedef std::pair<char_type*, char_type*> pair_type;
39 array_adapter(char_type* begin, char_type* end);
40 array_adapter(char_type* begin, std::size_t length);
41 array_adapter(const char_type* begin, const char_type* end);
42 array_adapter(const char_type* begin, std::size_t length);
44 array_adapter(char_type (&ar)[N]) in array_adapter()
50 char_type* begin_;
51 char_type* end_;
62 typedef typename base_type::char_type char_type; \
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/char/
H A Dchar.hpp118 , typename CharEncoding::char_type
120 , typename CharEncoding::char_type>::type>
122 typedef typename CharEncoding::char_type char_type; typedef
127 : ch(static_cast<char_type>(ch_)) {} in literal_char()
133 no_attribute, unused_type, char_type>::type
141 ch == char_type(ch_); in test()
150 char_type ch;
158 , typename CharEncoding::char_type>::type>
160 typedef typename CharEncoding::char_type char_type; typedef
163 literal_char(char_type ch) in literal_char()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/locale/
H A Dutf.hpp67 typedef CharType char_type; typedef
106 static int trail_length(char_type c);
110 static bool is_trail(char_type c);
114 static bool is_lead(char_type c);
145 typedef CharType char_type; typedef
147 static int trail_length(char_type ci) in trail_length()
181 static bool is_trail(char_type ci) in is_trail()
187 static bool is_lead(char_type ci) in is_lead()
290 *out++ = static_cast<char_type>(value); in encode()
293 *out++ = static_cast<char_type>((value >> 6) | 0xC0); in encode()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_encoding/
H A Dunicode.hpp25 typedef ::boost::uint32_t char_type; typedef
31 isascii_(char_type ch) in isascii_()
37 ischar(char_type ch) in ischar()
44 isalnum(char_type ch) in isalnum()
50 isalpha(char_type ch) in isalpha()
56 isdigit(char_type ch) in isdigit()
62 isxdigit(char_type ch) in isxdigit()
68 iscntrl(char_type ch) in iscntrl()
74 isgraph(char_type ch) in isgraph()
80 islower(char_type ch) in islower()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dstring_traits.hpp156 typedef typename char_type_of<String>::type char_type; typedef
175 typedef typename extract_c_string<T>::char_type char_type; typedef
177 static typename extract_c_string<T>::char_type const* call (T const str) in call()
187 typedef typename extract_c_string<T>::char_type char_type; typedef
189 static typename extract_c_string<T>::char_type const* call (T& str) in call()
199 typedef typename extract_c_string<T>::char_type char_type; typedef
201 static typename extract_c_string<T>::char_type const* call (T const& str) in call()
210 typedef T char_type; typedef
221 typename extract_c_string<T*>::char_type const*
228 typename extract_c_string<T const*>::char_type const*
[all …]

1234567