Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/libcxx/include/__string/
H A Dchar_traits.h91 assign(char_type& __c1, const char_type& __c2) _NOEXCEPT { in assign()
118 find(const char_type* __s, size_t __n, const char_type& __a) { in find()
127 move(char_type* __s1, const char_type* __s2, size_t __n) { in move()
143 copy(char_type* __s1, const char_type* __s2, size_t __n) { in copy()
152 assign(char_type* __s, size_t __n, char_type __a) { in assign()
189 assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {
251 assign(char_type* __s, size_t __n, char_type __a) _NOEXCEPT {
286 assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {
328 assign(char_type* __s, size_t __n, char_type __a) _NOEXCEPT {
443 assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A D__locale200 …compare(const char_type* __lo1, const char_type* __hi1, const char_type* __lo2, const char_type* _…
218 …do_compare(const char_type* __lo1, const char_type* __hi1, const char_type* __lo2, const char_type
233 …const char_type* __lo1, const char_type* __hi1, const char_type* __lo2, const char_type* __hi2) co…
280 …const char_type* __lo1, const char_type* __hi1, const char_type* __lo2, const char_type* __hi2) co…
300 …const char_type* __lo1, const char_type* __hi1, const char_type* __lo2, const char_type* __hi2) co…
525 virtual char_type do_toupper(char_type) const;
526 virtual const char_type* do_toupper(char_type* __low, const char_type* __high) const;
527 virtual char_type do_tolower(char_type) const;
528 virtual const char_type* do_tolower(char_type* __low, const char_type* __high) const;
621 virtual const char_type* do_toupper(char_type* __low, const char_type* __high) const;
[all …]
H A Dstreambuf24 typedef charT char_type;
68 char_type* gptr() const;
71 void setg(char_type* gbeg, char_type* gnext, char_type* gend);
78 void setp(char_type* pbeg, char_type* pend);
235 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 void setg(char_type* __gbeg, char_type* __gnext, char_type* …
281 char_type* __binp_;
282 char_type* __ninp_;
283 char_type* __einp_;
284 char_type* __bout_;
285 char_type* __nout_;
[all …]
H A Dsstream76 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type*, streamsize);
305 typedef _CharT char_type;
316 mutable char_type* __hm_;
453 char_type* __p = const_cast<char_type*>(__rhs.__str_.data());
490 char_type* __p = const_cast<char_type*>(__rhs.__str_.data());
537 char_type* __p = const_cast<char_type*>(__rhs.__str_.data());
628 char_type* __data = const_cast<char_type*>(__str_.data());
711 char_type* __p = const_cast<char_type*>(__str_.data());
723 char_type* __p = const_cast<char_type*>(__str_.data());
781 typedef _CharT char_type;
[all …]
H A Dlocale1000 char_type __thousands_sep = char_type();
2464 char_type __dp;
2465 char_type __ts;
2815 char_type __z = __f > 0 ? __ct.widen('0') : char_type();
2921 char_type __dp;
2922 char_type __ts;
2936 __hw.reset((char_type*)malloc(__exn * sizeof(char_type)));
2957 char_type __dp;
2958 char_type __ts;
2974 __h.reset((char_type*)malloc(__exn * sizeof(char_type)));
[all …]
H A Dfstream50 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* s, streamsize n);
227 typedef _CharT char_type;
301 char_type* __intbuf_;
470 …this->setg((char_type*)__extbuf_min_, (char_type*)__extbuf_min_ + __n, (char_type*)__extbuf_min_ +…
474 this->setp((char_type*)__extbuf_min_, (char_type*)__extbuf_min_ + __e);
481 …(char_type*)__rhs.__extbuf_min_, (char_type*)__rhs.__extbuf_min_ + __n, (char_type*)__rhs.__extbuf…
715 char_type __1buf;
751 …this->setg((char_type*)__extbuf_, (char_type*)__extbuf_, (char_type*)const_cast<char*>(__extbufend…
787 char_type __1buf;
1025 … this->setg((char_type*)__extbuf_, (char_type*)__extbuf_ + __ebs_, (char_type*)__extbuf_ + __ebs_);
[all …]
H A Distream65 basic_istream& get(char_type* s, streamsize n, char_type delim);
67 basic_istream& get(basic_streambuf<char_type,traits_type>& sb, char_type delim);
70 basic_istream& getline(char_type* s, streamsize n, char_type delim);
193 typedef _CharT char_type;
270 basic_istream& get(char_type* __s, streamsize __n, char_type __dlm);
276 basic_istream& get(basic_streambuf<char_type, traits_type>& __sb, char_type __dlm);
282 basic_istream& getline(char_type* __s, streamsize __n, char_type __dlm);
716 *__s = char_type();
720 *__s = char_type();
806 *__s = char_type();
[all …]
H A Dios116 typedef charT char_type;
148 char_type fill() const;
149 char_type fill(char_type ch);
153 char narrow(char_type c, char dfault) const;
154 char_type widen(char c) const;
523 typedef _CharT char_type;
559 …_LIBCPP_HIDE_FROM_ABI basic_ostream<char_type, traits_type>* tie(basic_ostream<char_type, traits_t…
562 …_LIBCPP_HIDE_FROM_ABI basic_streambuf<char_type, traits_type>* rdbuf(basic_streambuf<char_type, tr…
566 _LIBCPP_HIDE_FROM_ABI char_type fill() const;
567 _LIBCPP_HIDE_FROM_ABI char_type fill(char_type __ch);
[all …]
H A Dostream211 typedef _CharT char_type;
398 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
419 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
445 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
466 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
492 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
512 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
532 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
552 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
572 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
[all …]
H A Dsyncstream39 using char_type = charT;
82 using char_type = charT;
243 using char_type = _CharT;
339 char_type* __p = static_cast<char_type*>(__str_.data());
392 char_type* __p = static_cast<char_type*>(__str_.data());
433 using char_type = _CharT;
440 using streambuf_type = basic_streambuf<char_type, traits_type>;
441 using syncbuf_type = basic_syncbuf<char_type, traits_type, allocator_type>;
451 …_LIBCPP_HIDE_FROM_ABI basic_osyncstream(basic_ostream<char_type, traits_type>& __os, allocator_typ…
454 _LIBCPP_HIDE_FROM_ABI explicit basic_osyncstream(basic_ostream<char_type, traits_type>& __os)
[all …]
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h35 typedef _CharT char_type; typedef
36 typedef char_traits<char_type> traits_type;
143 char_type __1buf; in __getchar()
162 char_type __1buf; in __getchar()
164 char_type* __inxt; in __getchar()
217 const char_type* __inxt; in pbackfail()
243 typedef _CharT char_type; typedef
310 char_type __1buf; in overflow()
319 char_type* pbase = &__1buf; in overflow()
320 char_type* pptr = pbase + 1; in overflow()
[all …]
H A Dlocale.cpp627 …const char_type* __lo1, const char_type* __hi1, const char_type* __lo2, const char_type* __hi2) co… in do_compare()
671 …const char_type* __lo1, const char_type* __hi1, const char_type* __lo2, const char_type* __hi2) co… in do_compare()
683 collate_byname<wchar_t>::do_transform(const char_type* lo, const char_type* hi) const { in do_transform()
745 const wchar_t* ctype<wchar_t>::do_toupper(char_type* low, const char_type* high) const { in do_toupper()
767 const wchar_t* ctype<wchar_t>::do_tolower(char_type* low, const char_type* high) const { in do_tolower()
831 const char* ctype<char>::do_toupper(char_type* low, const char_type* high) const { in do_toupper()
857 const char* ctype<char>::do_tolower(char_type* low, const char_type* high) const { in do_tolower()
1072 const char* ctype_byname<char>::do_toupper(char_type* low, const char_type* high) const { in do_toupper()
1082 const char* ctype_byname<char>::do_tolower(char_type* low, const char_type* high) const { in do_tolower()
1248 const wchar_t* ctype_byname<wchar_t>::do_toupper(char_type* low, const char_type* high) const { in do_toupper()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h47 template <class _Context, same_as<typename _Context::char_type> _Tp>
53 requires(same_as<typename _Context::char_type, wchar_t> && same_as<_CharT, char>) in requires() argument
105 …requires(same_as<typename _Context::char_type*, _Tp> || same_as<const typename _Context::char_type
112 requires(is_array_v<_Tp> && same_as<_Tp, typename _Context::char_type[extent_v<_Tp>]>) in requires()
119 requires(same_as<typename _Context::char_type, typename _Tp::value_type> && in requires() argument
128 same_as<typename _Context::char_type, typename _Tp::value_type> && in requires() argument
154 requires(!__formattable<_Tp, typename _Context::char_type>)
177 if constexpr (same_as<typename _Context::char_type, wchar_t> && same_as<_Dp, char>) in __create_format_arg()
194 __arg, basic_string_view<typename _Context::char_type>{__value, extent_v<_Dp> - 1}}; in __create_format_arg()
199 __arg, basic_string_view<typename _Context::char_type>{__value.data(), __value.size()}}; in __create_format_arg()
H A Dformat_arg.h156 using _CharT = typename _Context::char_type;
234 using char_type = typename _Context::char_type;
259 …_LIBCPP_HIDE_FROM_ABI void format(basic_format_parse_context<char_type>& __parse_ctx, _Context& __… in format()
H A Dformat_context.h86 using char_type = _CharT; in _LIBCPP_PREFERRED_NAME() local
157 using char_type = _CharT; variable
H A Dconcepts.h54 basic_format_parse_context<typename _Context::char_type> __pc) { in requires()
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Distreambuf_iterator.h41 typedef _CharT char_type; typedef
51 char_type __keep_;
53 …_LIBCPP_HIDE_FROM_ABI explicit __proxy(char_type __c, streambuf_type* __s) : __keep_(__c), __sbuf_… in __proxy()
57 _LIBCPP_HIDE_FROM_ABI char_type operator*() const { return __keep_; }
75 …_LIBCPP_HIDE_FROM_ABI char_type operator*() const { return static_cast<char_type>(__sbuf_->sgetc()…
H A Dostream_iterator.h46 typedef _CharT char_type; typedef
52 const char_type* __delim_;
H A Dostreambuf_iterator.h44 typedef _CharT char_type; typedef
/freebsd/usr.bin/gzip/
H A Dzuncompress.c45 #define tab_suffixof(i) ((char_type *)(zs->zs_htab))[i]
46 #define de_stack ((char_type *)&tab_suffixof(1 << BITS))
73 typedef u_char char_type; typedef
75 static char_type magic_header[] =
78 static char_type rmask[9] =
111 char_type zs_buf[BITS];
120 char_type *zs_stackp;
124 char_type zs_gbuf[BITS];
258 tab_suffixof(zs->u.r.zs_code) = (char_type) zs->u.r.zs_code; in zread()
337 char_type *bp; in getcode()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp427 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr) { \
438 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr, \
444 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr, \
456 INTERCEPTOR(ret_type, func, const char_type *nptr, char_type **endptr, \
462 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ argument
463 INTERCEPTOR_STRTO(ret_type, func, char_type) \
464 INTERCEPTOR_STRTO_LOC(ret_type, func##_l, char_type)
468 INTERCEPTOR_STRTO_SRET_LOC(ret_type, func##_l, char_type)
472 INTERCEPTOR_STRTO_BASE_LOC(ret_type, func##_l, char_type)
475 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ argument
[all …]
/freebsd/usr.bin/compress/
H A Dzopen.c79 typedef u_char char_type; typedef
80 static char_type magic_header[] =
120 char_type zs_buf[BITS];
129 char_type *zs_stackp;
133 char_type zs_gbuf[BITS];
185 #define tab_suffixof(i) ((char_type *)(htab))[i]
359 static char_type lmask[9] =
361 static char_type rmask[9] =
369 char_type *bp; in output()
494 tab_suffixof(code) = (char_type) code; in zread()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Distream_view.h114 requires derived_from<_UnCVRef, basic_istream<typename _UnCVRef::char_type,
117 noexcept(noexcept(basic_istream_view<_Tp, typename _UnCVRef::char_type,
119 -> decltype( basic_istream_view<_Tp, typename _UnCVRef::char_type,
121 { return basic_istream_view<_Tp, typename _UnCVRef::char_type,
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Diterator21 typedef charT char_type;
77 typedef _CharT char_type;
79 typedef basic_ostream<char_type, traits_type> ostream_type;
/freebsd/crypto/openssl/crypto/asn1/
H A Dcharmap.h22 static const unsigned short char_type[] = { variable

12