Home
last modified time | relevance | path

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

12345678

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/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 …]
H A Dlocale_facets_nonio.tcc150 const char_type* __lit = __lc->_M_atoms; in _M_extract()
176 const char_type* __lit_zero = __lit + money_base::_S_zero; in _M_extract()
239 const char_type __c = *__beg; in _M_extract()
240 const char_type* __q = __traits_type::find(__lit_zero, in _M_extract()
298 const char_type* __sign = __negative ? __lc->_M_negative_sign in _M_extract()
408 _M_insert(iter_type __s, ios_base& __io, char_type __fill, in _M_insert()
420 const char_type* __lit = __lc->_M_atoms; in _M_insert()
424 const char_type* __beg = __digits.data(); in _M_insert()
427 const char_type* __sign; in _M_insert()
464 __value.assign(2 * __paddec, char_type()); in _M_insert()
[all …]
H A Dbasic_ios.h76 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
97 mutable char_type _M_fill; in _GLIBCXX_VISIBILITY()
369 char_type in _GLIBCXX_VISIBILITY()
389 char_type in _GLIBCXX_VISIBILITY()
390 fill(char_type __ch) in _GLIBCXX_VISIBILITY()
392 char_type __old = this->fill(); in _GLIBCXX_VISIBILITY()
430 narrow(char_type __c, char __dfault) const in _GLIBCXX_VISIBILITY()
448 char_type in _GLIBCXX_VISIBILITY()
461 : ios_base(), _M_tie(0), _M_fill(char_type()), _M_fill_init(false), in _GLIBCXX_VISIBILITY()
H A Dsstream.tcc96 char_type* __base = const_cast<char_type*>(_M_string.data()); in overflow()
117 const char_type __conv = traits_type::to_char_type(__c); in overflow()
138 _M_sync(const_cast<char_type*>(_M_string.data()), in overflow()
179 const char_type* __beg = __testin ? this->eback() : this->pbase(); in seekoff()
222 const char_type* __beg = __testin ? this->eback() : this->pbase(); in seekpos()
246 _M_sync(char_type* __base, __size_type __i, __size_type __o) in _M_sync()
250 char_type* __endg = __base + _M_string.size(); in _M_sync()
251 char_type* __endp = __base + _M_string.capacity(); in _M_sync()
277 _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off) in _M_pbump()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dchar_traits.h100 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
110 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
121 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
125 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
129 compare(const char_type* __s1, const char_type* __s2, std::size_t __n); in _GLIBCXX_VISIBILITY()
132 length(const char_type* __s); in _GLIBCXX_VISIBILITY()
134 static _GLIBCXX14_CONSTEXPR const char_type* in _GLIBCXX_VISIBILITY()
135 find(const char_type* __s, std::size_t __n, const char_type& __a); in _GLIBCXX_VISIBILITY()
137 static _GLIBCXX20_CONSTEXPR char_type* in _GLIBCXX_VISIBILITY()
138 move(char_type* __s1, const char_type* __s2, std::size_t __n); in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale_facets.h158 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
172 is(mask __m, char_type __c) const in _GLIBCXX_VISIBILITY()
188 const char_type* in _GLIBCXX_VISIBILITY()
189 is(const char_type *__lo, const char_type *__hi, mask *__vec) const in _GLIBCXX_VISIBILITY()
204 const char_type* in _GLIBCXX_VISIBILITY()
205 scan_is(mask __m, const char_type* __lo, const char_type* __hi) const in _GLIBCXX_VISIBILITY()
220 const char_type* in _GLIBCXX_VISIBILITY()
221 scan_not(mask __m, const char_type* __lo, const char_type* __hi) const in _GLIBCXX_VISIBILITY()
234 char_type in _GLIBCXX_VISIBILITY()
235 toupper(char_type __c) const in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale_facets_nonio.tcc150 const char_type* __lit = __lc->_M_atoms; in _M_extract()
176 const char_type* __lit_zero = __lit + money_base::_S_zero; in _M_extract()
239 const char_type __c = *__beg; in _M_extract()
240 const char_type* __q = __traits_type::find(__lit_zero, in _M_extract()
298 const char_type* __sign = __negative ? __lc->_M_negative_sign in _M_extract()
424 _M_insert(iter_type __s, ios_base& __io, char_type __fill, in _M_insert()
436 const char_type* __lit = __lc->_M_atoms; in _M_insert()
440 const char_type* __beg = __digits.data(); in _M_insert()
443 const char_type* __sign; in _M_insert()
480 __value.assign(2 * __paddec, char_type()); in _M_insert()
[all …]
H A Dbasic_ios.h76 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
97 mutable char_type _M_fill; in _GLIBCXX_VISIBILITY()
369 char_type in _GLIBCXX_VISIBILITY()
389 char_type in _GLIBCXX_VISIBILITY()
390 fill(char_type __ch) in _GLIBCXX_VISIBILITY()
392 char_type __old = this->fill(); in _GLIBCXX_VISIBILITY()
430 narrow(char_type __c, char __dfault) const in _GLIBCXX_VISIBILITY()
448 char_type in _GLIBCXX_VISIBILITY()
461 : ios_base(), _M_tie(0), _M_fill(char_type()), _M_fill_init(false), in _GLIBCXX_VISIBILITY()
H A Dsstream.tcc96 char_type* __base = const_cast<char_type*>(_M_string.data()); in overflow()
117 const char_type __conv = traits_type::to_char_type(__c); in overflow()
138 _M_sync(const_cast<char_type*>(_M_string.data()), in overflow()
179 const char_type* __beg = __testin ? this->eback() : this->pbase(); in seekoff()
222 const char_type* __beg = __testin ? this->eback() : this->pbase(); in seekpos()
246 _M_sync(char_type* __base, __size_type __i, __size_type __o) in _M_sync()
250 char_type* __endg = __base + _M_string.size(); in _M_sync()
251 char_type* __endp = __base + _M_string.capacity(); in _M_sync()
277 _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off) in _M_pbump()
H A Dlocale_facets_nonio.h406 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
618 ios_base::iostate& __err, tm* __tm, const char_type* __fmt, in _GLIBCXX_VISIBILITY()
619 const char_type* __fmtend) const; in _GLIBCXX_VISIBILITY()
804 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
843 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
877 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm, in _GLIBCXX_VISIBILITY()
897 put(iter_type __s, ios_base& __io, char_type __fill, in _GLIBCXX_VISIBILITY()
924 do_put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm, in _GLIBCXX_VISIBILITY()
937 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
1070 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() typedef
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/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 …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/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 …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__string154 typedef _CharT char_type;
161 assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;}
162 static inline _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT
164 static inline _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT
168 int compare(const char_type* __s1, const char_type* __s2, size_t __n);
170 size_t length(const char_type* __s);
172 const char_type* find(const char_type* __s, size_t __n, const char_type& __a);
174 char_type* move(char_type* __s1, const char_type* __s2, size_t __n);
177 char_type* copy(char_type* __s1, const char_type* __s2, size_t __n);
180 char_type* assign(char_type* __s, size_t __n, char_type __a);
[all …]
H A D__locale264 typedef _CharT char_type;
265 typedef basic_string<char_type> string_type;
272 int compare(const char_type* __lo1, const char_type* __hi1,
273 const char_type* __lo2, const char_type* __hi2) const
282 string_type transform(const char_type* __lo, const char_type* __hi) const
288 long hash(const char_type* __lo, const char_type* __hi) const
297 virtual int do_compare(const char_type* __lo1, const char_type* __hi1,
298 const char_type* __lo2, const char_type* __hi2) const;
299 virtual string_type do_transform(const char_type* __lo, const char_type* __hi) const
301 virtual long do_hash(const char_type* __lo, const char_type* __hi) const;
[all …]
H A Dstreambuf24 typedef charT char_type;
37 basic_streambuf* pubsetbuf(char_type* s, streamsize n);
50 streamsize sgetn(char_type* s, streamsize n);
53 int_type sputbackc(char_type c);
57 int_type sputc(char_type c);
58 streamsize sputn(const char_type* s, streamsize n);
67 char_type* eback() const;
68 char_type* gptr() const;
69 char_type* egptr() const;
71 void setg(char_type* gbeg, char_type* gnext, char_type* gend);
[all …]
H A Dsstream21 typedef charT char_type;
32 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
41 basic_string<char_type, traits_type, allocator_type> str() const;
42 void str(const basic_string<char_type, traits_type, allocator_type>& s);
49 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type*, streamsize);
68 typedef charT char_type;
80 explicit basic_istringstream(const basic_string<char_type, traits_type,allocator_type>& str,
89 basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const;
90 basic_string<char_type, traits_type, allocator_type> str() const;
91 void str(const basic_string<char_type, traits_type, allocator_type>& s);
[all …]
H A Dlocale584 typedef _CharT char_type;
910 char_type __thousands_sep;
913 char_type __atoms1[__atoms_size];
914 const char_type *__atoms = this->__do_widen(__iob, __atoms1);
917 char_type __atoms[__atoms_size];
967 char_type __thousands_sep;
970 char_type __atoms1[__atoms_size];
971 const char_type *__atoms = this->__do_widen(__iob, __atoms1);
974 char_type __atoms[__atoms_size];
1023 char_type __atoms[32];
[all …]
H A D__std_stream38 typedef _CharT char_type;
39 typedef char_traits<char_type> traits_type;
56 const codecvt<char_type, char, state_type>* __cv_;
83 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
127 char_type __1buf;
129 __1buf = static_cast<char_type>(__extbuf[0]);
133 char_type* __inxt;
159 __1buf = static_cast<char_type>(__extbuf[0]);
195 const char_type __ci = traits_type::to_char_type(__last_consumed_);
196 const char_type* __inxt;
[all …]
H A Dfstream21 typedef charT char_type;
50 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* s, streamsize n);
71 typedef charT char_type;
87 basic_filebuf<char_type, traits_type>* rdbuf() const;
108 typedef charT char_type;
124 basic_filebuf<char_type, traits_type>* rdbuf() const;
146 typedef charT char_type;
162 basic_filebuf<char_type, traits_type>* rdbuf() const;
213 typedef _CharT char_type;
265 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* __s, streamsize __n);
[all …]
H A Distream22 typedef charT char_type;
29 explicit basic_istream(basic_streambuf<char_type, traits_type>* sb);
42 basic_istream& operator>>(basic_ios<char_type, traits_type>&
43 (*pf)(basic_ios<char_type, traits_type>&));
45 basic_istream& operator>>(basic_streambuf<char_type, traits_type>* sb);
63 basic_istream& get(char_type& c);
64 basic_istream& get(char_type* s, streamsize n);
65 basic_istream& get(char_type* s, streamsize n, char_type delim);
66 basic_istream& get(basic_streambuf<char_type,traits_type>& sb);
67 basic_istream& get(basic_streambuf<char_type,traits_type>& sb, char_type delim);
[all …]
H A Dios115 typedef charT char_type;
147 char_type fill() const;
148 char_type fill(char_type ch);
152 char narrow(char_type c, char dfault) const;
153 char_type widen(char c) const;
607 typedef _CharT char_type;
614 static_assert((is_same<_CharT, typename traits_type::char_type>::value),
615 "traits_type::char_type must be the same type as CharT");
644 explicit basic_ios(basic_streambuf<char_type,traits_type>* __sb);
649 basic_ostream<char_type, traits_type>* tie() const;
[all …]
H A Dostream22 typedef charT char_type;
29 explicit basic_ostream(basic_streambuf<char_type,traits>* sb);
58 basic_ostream& operator<<(basic_streambuf<char_type,traits>* sb);
62 basic_ostream& put(char_type c);
63 basic_ostream& write(const char_type* s, streamsize n);
156 typedef _CharT char_type;
164 explicit basic_ostream(basic_streambuf<char_type, traits_type>* __sb)
178 { basic_ios<char_type, traits_type>::swap(__rhs); }
198 basic_ostream& operator<<(basic_ios<char_type, traits_type>&
199 (*__pf)(basic_ios<char_type,traits_type>&))
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Distream.cc38 getline(char_type* __s, streamsize __n, char_type __delim) in getline()
62 const char_type* __p = traits_type::find(__sb->gptr(), in getline()
102 *__s = char_type(); in getline()
127 const char_type __cdelim = traits_type::to_char_type(__delim); in ignore()
144 const char_type* __p = traits_type::find(__sb->gptr(), in ignore()
203 typedef __istream_type::char_type __char_type; in operator >>()
282 getline(char_type* __s, streamsize __n, char_type __delim) in getline()
306 const char_type* __p = traits_type::find(__sb->gptr(), in getline()
346 *__s = char_type(); in getline()
371 const char_type __cdelim = traits_type::to_char_type(__delim); in ignore()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Distream.cc38 getline(char_type* __s, streamsize __n, char_type __delim) in getline()
62 const char_type* __p = traits_type::find(__sb->gptr(), in getline()
102 *__s = char_type(); in getline()
127 const char_type __cdelim = traits_type::to_char_type(__delim); in ignore()
144 const char_type* __p = traits_type::find(__sb->gptr(), in ignore()
214 typedef __istream_type::char_type __char_type; in __istream_extract()
293 getline(char_type* __s, streamsize __n, char_type __delim) in getline()
317 const char_type* __p = traits_type::find(__sb->gptr(), in getline()
357 *__s = char_type(); in getline()
382 const char_type __cdelim = traits_type::to_char_type(__delim); in ignore()
[all …]

12345678