HomeSort by relevance Sort by last modified time
    Searched defs:char_type (Results 201 - 225 of 239) sorted by null

1 2 3 4 5 6 7 8910

  /external/stlport/stlport/stl/
_string.c 59 struct _Not_within_traits : public unary_function<typename _Traits::char_type, bool> { member in class:_Traits
60 typedef typename _Traits::char_type _CharT;
515 typedef typename _Traits::char_type _CharType;
542 typedef typename _Traits::char_type _CharType;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 151 typedef _CharT char_type; typedef in class:basic_filebuf
206 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
328 /* this-> */ _Base::setg((char_type*)_M_ext_buf, (char_type*)_M_ext_buf, (char_type*)_M_ext_buf_end);
347 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_output
348 static bool _STLP_CALL _M_doit(basic_filebuf<char_type, _Traits >*,
349 char_type*, char_type*)
379 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_input
445 typedef _CharT char_type; typedef in class:basic_ifstream
526 typedef _CharT char_type; typedef in class:basic_ofstream
605 typedef _CharT char_type; typedef in class:basic_fstream
    [all...]
_string.c 59 struct _Not_within_traits : public unary_function<typename _Traits::char_type, bool> { member in class:_Traits
60 typedef typename _Traits::char_type _CharT;
515 typedef typename _Traits::char_type _CharType;
542 typedef typename _Traits::char_type _CharType;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_nfa.h 123 typedef typename _TraitsT::char_type char_type; typedef in struct:__regex::_CharMatcher
126 _CharMatcher(char_type __c, const _TraitsT& __t = _TraitsT())
139 char_type _M_c;
146 typedef typename _TraitsT::char_type _CharT;
locale_facets.h 150 typedef _CharT char_type; typedef in class:__ctype_abstract_base
153 * @brief Test char_type classification.
156 * It does so by returning the value of ctype<char_type>::do_is().
158 * @param c The char_type to compare the mask of.
163 is(mask __m, char_type __c) const
169 * This function finds the mask for each char_type in the range [lo,hi)
172 * ctype<char_type>::do_is().
179 const char_type*
180 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons
610 typedef _CharT char_type; typedef in class:ctype
680 typedef char char_type; typedef in class:ctype
1194 typedef wchar_t char_type; typedef in class:ctype
1661 typedef _CharT char_type; typedef in class:numpunct
1891 typedef _CharT char_type; typedef in class:numpunct_byname
1935 typedef _CharT char_type; typedef in class:num_get
2273 typedef _CharT char_type; typedef in class:num_put
    [all...]
regex.h 56 typedef _Ch_type char_type; typedef in struct:regex_traits
57 typedef std::basic_string<char_type> string_type;
74 * default-initialized value of type @p char_type. In other words, uses
79 length(const char_type* __p)
89 char_type
90 translate(char_type __c) const
102 char_type
103 translate_nocase(char_type __c) const
107 return use_facet<ctype<char_type> >(_M_locale).tolower(__c);
1494 char_type; typedef in class:match_results
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_nfa.h 123 typedef typename _TraitsT::char_type char_type; typedef in struct:__regex::_CharMatcher
126 _CharMatcher(char_type __c, const _TraitsT& __t = _TraitsT())
139 char_type _M_c;
146 typedef typename _TraitsT::char_type _CharT;
locale_facets.h 150 typedef _CharT char_type; typedef in class:__ctype_abstract_base
153 * @brief Test char_type classification.
156 * It does so by returning the value of ctype<char_type>::do_is().
158 * @param c The char_type to compare the mask of.
163 is(mask __m, char_type __c) const
169 * This function finds the mask for each char_type in the range [lo,hi)
172 * ctype<char_type>::do_is().
179 const char_type*
180 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons
610 typedef _CharT char_type; typedef in class:ctype
680 typedef char char_type; typedef in class:ctype
1194 typedef wchar_t char_type; typedef in class:ctype
1661 typedef _CharT char_type; typedef in class:numpunct
1891 typedef _CharT char_type; typedef in class:numpunct_byname
1935 typedef _CharT char_type; typedef in class:num_get
2273 typedef _CharT char_type; typedef in class:num_put
    [all...]
regex.h 56 typedef _Ch_type char_type; typedef in struct:regex_traits
57 typedef std::basic_string<char_type> string_type;
74 * default-initialized value of type @p char_type. In other words, uses
79 length(const char_type* __p)
89 char_type
90 translate(char_type __c) const
102 char_type
103 translate_nocase(char_type __c) const
107 return use_facet<ctype<char_type> >(_M_locale).tolower(__c);
1494 char_type; typedef in class:match_results
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 151 typedef _CharT char_type; typedef in class:basic_filebuf
206 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
328 /* this-> */ _Base::setg((char_type*)_M_ext_buf, (char_type*)_M_ext_buf, (char_type*)_M_ext_buf_end);
347 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_output
348 static bool _STLP_CALL _M_doit(basic_filebuf<char_type, _Traits >*,
349 char_type*, char_type*)
379 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_input
445 typedef _CharT char_type; typedef in class:basic_ifstream
526 typedef _CharT char_type; typedef in class:basic_ofstream
605 typedef _CharT char_type; typedef in class:basic_fstream
    [all...]
_string.c 59 struct _Not_within_traits : public unary_function<typename _Traits::char_type, bool> { member in class:_Traits
60 typedef typename _Traits::char_type _CharT;
515 typedef typename _Traits::char_type _CharType;
542 typedef typename _Traits::char_type _CharType;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 151 typedef _CharT char_type; typedef in class:basic_filebuf
206 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
328 /* this-> */ _Base::setg((char_type*)_M_ext_buf, (char_type*)_M_ext_buf, (char_type*)_M_ext_buf_end);
347 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_output
348 static bool _STLP_CALL _M_doit(basic_filebuf<char_type, _Traits >*,
349 char_type*, char_type*)
379 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_input
445 typedef _CharT char_type; typedef in class:basic_ifstream
526 typedef _CharT char_type; typedef in class:basic_ofstream
605 typedef _CharT char_type; typedef in class:basic_fstream
    [all...]
_string.c 59 struct _Not_within_traits : public unary_function<typename _Traits::char_type, bool> { member in class:_Traits
60 typedef typename _Traits::char_type _CharT;
515 typedef typename _Traits::char_type _CharType;
542 typedef typename _Traits::char_type _CharType;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 151 typedef _CharT char_type; typedef in class:basic_filebuf
206 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
328 /* this-> */ _Base::setg((char_type*)_M_ext_buf, (char_type*)_M_ext_buf, (char_type*)_M_ext_buf_end);
347 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_output
348 static bool _STLP_CALL _M_doit(basic_filebuf<char_type, _Traits >*,
349 char_type*, char_type*)
379 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_input
445 typedef _CharT char_type; typedef in class:basic_ifstream
526 typedef _CharT char_type; typedef in class:basic_ofstream
605 typedef _CharT char_type; typedef in class:basic_fstream
    [all...]
_string.c 59 struct _Not_within_traits : public unary_function<typename _Traits::char_type, bool> { member in class:_Traits
60 typedef typename _Traits::char_type _CharT;
515 typedef typename _Traits::char_type _CharType;
542 typedef typename _Traits::char_type _CharType;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_nfa.h 123 typedef typename _TraitsT::char_type char_type; typedef in struct:__regex::_CharMatcher
126 _CharMatcher(char_type __c, const _TraitsT& __t = _TraitsT())
139 char_type _M_c;
146 typedef typename _TraitsT::char_type _CharT;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_nfa.h 123 typedef typename _TraitsT::char_type char_type; typedef in struct:__regex::_CharMatcher
126 _CharMatcher(char_type __c, const _TraitsT& __t = _TraitsT())
139 char_type _M_c;
146 typedef typename _TraitsT::char_type _CharT;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 151 typedef _CharT char_type; typedef in class:basic_filebuf
206 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
328 /* this-> */ _Base::setg((char_type*)_M_ext_buf, (char_type*)_M_ext_buf, (char_type*)_M_ext_buf_end);
347 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_output
348 static bool _STLP_CALL _M_doit(basic_filebuf<char_type, _Traits >*,
349 char_type*, char_type*)
379 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_input
445 typedef _CharT char_type; typedef in class:basic_ifstream
526 typedef _CharT char_type; typedef in class:basic_ofstream
605 typedef _CharT char_type; typedef in class:basic_fstream
    [all...]
_string.c 59 struct _Not_within_traits : public unary_function<typename _Traits::char_type, bool> { member in class:_Traits
60 typedef typename _Traits::char_type _CharT;
515 typedef typename _Traits::char_type _CharType;
542 typedef typename _Traits::char_type _CharType;
  /external/llvm/include/llvm/Support/
FileSystem.h 608 typedef char char_type; typedef in class:llvm::sys::fs::mapped_file_region
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets.h 149 typedef _CharT char_type; typedef in class:__ctype_abstract_base
152 * @brief Test char_type classification.
155 * It does so by returning the value of ctype<char_type>::do_is().
157 * @param c The char_type to compare the mask of.
162 is(mask __m, char_type __c) const
168 * This function finds the mask for each char_type in the range [lo,hi)
171 * ctype<char_type>::do_is().
178 const char_type*
179 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons
609 typedef _CharT char_type; typedef in class:ctype
679 typedef char char_type; typedef in class:ctype
1180 typedef wchar_t char_type; typedef in class:ctype
1642 typedef _CharT char_type; typedef in class:numpunct
1871 typedef _CharT char_type; typedef in class:numpunct_byname
1914 typedef _CharT char_type; typedef in class:num_get
2251 typedef _CharT char_type; typedef in class:num_put
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 149 typedef _CharT char_type; typedef in class:__ctype_abstract_base
152 * @brief Test char_type classification.
155 * It does so by returning the value of ctype<char_type>::do_is().
157 * @param c The char_type to compare the mask of.
162 is(mask __m, char_type __c) const
168 * This function finds the mask for each char_type in the range [lo,hi)
171 * ctype<char_type>::do_is().
178 const char_type*
179 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons
609 typedef _CharT char_type; typedef in class:ctype
679 typedef char char_type; typedef in class:ctype
1180 typedef wchar_t char_type; typedef in class:ctype
1642 typedef _CharT char_type; typedef in class:numpunct
1871 typedef _CharT char_type; typedef in class:numpunct_byname
1914 typedef _CharT char_type; typedef in class:num_get
2251 typedef _CharT char_type; typedef in class:num_put
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 149 typedef _CharT char_type; typedef in class:__ctype_abstract_base
152 * @brief Test char_type classification.
155 * It does so by returning the value of ctype<char_type>::do_is().
157 * @param c The char_type to compare the mask of.
162 is(mask __m, char_type __c) const
168 * This function finds the mask for each char_type in the range [lo,hi)
171 * ctype<char_type>::do_is().
178 const char_type*
179 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons
609 typedef _CharT char_type; typedef in class:ctype
679 typedef char char_type; typedef in class:ctype
1180 typedef wchar_t char_type; typedef in class:ctype
1642 typedef _CharT char_type; typedef in class:numpunct
1871 typedef _CharT char_type; typedef in class:numpunct_byname
1914 typedef _CharT char_type; typedef in class:num_get
2251 typedef _CharT char_type; typedef in class:num_put
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 149 typedef _CharT char_type; typedef in class:__ctype_abstract_base
152 * @brief Test char_type classification.
155 * It does so by returning the value of ctype<char_type>::do_is().
157 * @param c The char_type to compare the mask of.
162 is(mask __m, char_type __c) const
168 * This function finds the mask for each char_type in the range [lo,hi)
171 * ctype<char_type>::do_is().
178 const char_type*
179 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons
609 typedef _CharT char_type; typedef in class:ctype
679 typedef char char_type; typedef in class:ctype
1180 typedef wchar_t char_type; typedef in class:ctype
1642 typedef _CharT char_type; typedef in class:numpunct
1871 typedef _CharT char_type; typedef in class:numpunct_byname
1914 typedef _CharT char_type; typedef in class:num_get
2251 typedef _CharT char_type; typedef in class:num_put
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets.h 149 typedef _CharT char_type; typedef in class:__ctype_abstract_base
152 * @brief Test char_type classification.
155 * It does so by returning the value of ctype<char_type>::do_is().
157 * @param c The char_type to compare the mask of.
162 is(mask __m, char_type __c) const
168 * This function finds the mask for each char_type in the range [lo,hi)
171 * ctype<char_type>::do_is().
178 const char_type*
179 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons
609 typedef _CharT char_type; typedef in class:ctype
679 typedef char char_type; typedef in class:ctype
1180 typedef wchar_t char_type; typedef in class:ctype
1642 typedef _CharT char_type; typedef in class:numpunct
1871 typedef _CharT char_type; typedef in class:numpunct_byname
1914 typedef _CharT char_type; typedef in class:num_get
2251 typedef _CharT char_type; typedef in class:num_put
    [all...]

Completed in 573 milliseconds

1 2 3 4 5 6 7 8910