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

1 2 3 4 5 6 7 8 910

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
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
1181 typedef wchar_t char_type; typedef in class:ctype
1648 typedef _CharT char_type; typedef in class:numpunct
1878 typedef _CharT char_type; typedef in class:numpunct_byname
1922 typedef _CharT char_type; typedef in class:num_get
2260 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...]
locale_facets_nonio.h 374 typedef _CharT char_type; typedef in class:time_get
690 typedef _CharT char_type; typedef in class:time_get_byname
721 typedef _CharT char_type; typedef in class:time_put
748 * @param fill char_type to use for padding.
755 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
768 * @param fill char_type to use for padding.
775 put(iter_type __s, ios_base& __io, char_type __fill,
795 * @param fill char_type to use for padding.
802 do_put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
815 typedef _CharT char_type; typedef in class:time_put_byname
940 typedef _CharT char_type; typedef in class:moneypunct
1327 typedef _CharT char_type; typedef in class:moneypunct_byname
1376 typedef _CharT char_type; typedef in class:money_get
1526 typedef _CharT char_type; typedef in class:money_put
1701 typedef _CharT char_type; typedef in class:messages
1915 typedef _CharT char_type; typedef in class:messages_byname
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 150 typedef _CharT char_type; typedef in class:__ctype_abstract_base
153 * @brief Test char_type classification.
157 * ctype<char_type>::do_is().
159 * @param __c The char_type to compare the mask of.
164 is(mask __m, char_type __c) const
170 * This function finds the mask for each char_type in the range [lo,hi)
173 * ctype<char_type>::do_is().
180 const char_type*
181 is(const char_type *__lo, const char_type *__hi, mask *__vec) cons
611 typedef _CharT char_type; typedef in class:ctype
681 typedef char char_type; typedef in class:ctype
1182 typedef wchar_t char_type; typedef in class:ctype
1649 typedef _CharT char_type; typedef in class:numpunct
1879 typedef _CharT char_type; typedef in class:numpunct_byname
1923 typedef _CharT char_type; typedef in class:num_get
2259 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);
1497 char_type; typedef in class:match_results
    [all...]
locale_facets_nonio.h 374 typedef _CharT char_type; typedef in class:time_get
690 typedef _CharT char_type; typedef in class:time_get_byname
721 typedef _CharT char_type; typedef in class:time_put
748 * @param __fill char_type to use for padding.
755 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
768 * @param __fill char_type to use for padding.
775 put(iter_type __s, ios_base& __io, char_type __fill,
795 * @param __fill char_type to use for padding.
802 do_put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
815 typedef _CharT char_type; typedef in class:time_put_byname
940 typedef _CharT char_type; typedef in class:moneypunct
1327 typedef _CharT char_type; typedef in class:moneypunct_byname
1376 typedef _CharT char_type; typedef in class:money_get
1526 typedef _CharT char_type; typedef in class:money_put
1701 typedef _CharT char_type; typedef in class:messages
1882 typedef _CharT char_type; typedef in class:messages_byname
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets_nonio.h 367 typedef _CharT char_type; typedef in class:time_get
678 typedef _CharT char_type; typedef in class:time_get_byname
708 typedef _CharT char_type; typedef in class:time_put
735 * @param fill char_type to use for padding.
742 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
755 * @param fill char_type to use for padding.
762 put(iter_type __s, ios_base& __io, char_type __fill,
782 * @param fill char_type to use for padding.
789 do_put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
802 typedef _CharT char_type; typedef in class:time_put_byname
925 typedef _CharT char_type; typedef in class:moneypunct
1309 typedef _CharT char_type; typedef in class:moneypunct_byname
1357 typedef _CharT char_type; typedef in class:money_get
1505 typedef _CharT char_type; typedef in class:money_put
1676 typedef _CharT char_type; typedef in class:messages
1890 typedef _CharT char_type; typedef in class:messages_byname
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.h 374 typedef _CharT char_type; typedef in class:time_get
690 typedef _CharT char_type; typedef in class:time_get_byname
721 typedef _CharT char_type; typedef in class:time_put
748 * @param fill char_type to use for padding.
755 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
768 * @param fill char_type to use for padding.
775 put(iter_type __s, ios_base& __io, char_type __fill,
795 * @param fill char_type to use for padding.
802 do_put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
815 typedef _CharT char_type; typedef in class:time_put_byname
940 typedef _CharT char_type; typedef in class:moneypunct
1327 typedef _CharT char_type; typedef in class:moneypunct_byname
1376 typedef _CharT char_type; typedef in class:money_get
1526 typedef _CharT char_type; typedef in class:money_put
1701 typedef _CharT char_type; typedef in class:messages
1915 typedef _CharT char_type; typedef in class:messages_byname
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.h 374 typedef _CharT char_type; typedef in class:time_get
690 typedef _CharT char_type; typedef in class:time_get_byname
721 typedef _CharT char_type; typedef in class:time_put
748 * @param fill char_type to use for padding.
755 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
768 * @param fill char_type to use for padding.
775 put(iter_type __s, ios_base& __io, char_type __fill,
795 * @param fill char_type to use for padding.
802 do_put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
815 typedef _CharT char_type; typedef in class:time_put_byname
940 typedef _CharT char_type; typedef in class:moneypunct
1327 typedef _CharT char_type; typedef in class:moneypunct_byname
1376 typedef _CharT char_type; typedef in class:money_get
1526 typedef _CharT char_type; typedef in class:money_put
1701 typedef _CharT char_type; typedef in class:messages
1915 typedef _CharT char_type; typedef in class:messages_byname
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 367 typedef _CharT char_type; typedef in class:time_get
678 typedef _CharT char_type; typedef in class:time_get_byname
708 typedef _CharT char_type; typedef in class:time_put
735 * @param fill char_type to use for padding.
742 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
755 * @param fill char_type to use for padding.
762 put(iter_type __s, ios_base& __io, char_type __fill,
782 * @param fill char_type to use for padding.
789 do_put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
802 typedef _CharT char_type; typedef in class:time_put_byname
925 typedef _CharT char_type; typedef in class:moneypunct
1309 typedef _CharT char_type; typedef in class:moneypunct_byname
1357 typedef _CharT char_type; typedef in class:money_get
1505 typedef _CharT char_type; typedef in class:money_put
1676 typedef _CharT char_type; typedef in class:messages
1890 typedef _CharT char_type; typedef in class:messages_byname
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 367 typedef _CharT char_type; typedef in class:time_get
678 typedef _CharT char_type; typedef in class:time_get_byname
708 typedef _CharT char_type; typedef in class:time_put
735 * @param fill char_type to use for padding.
742 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
755 * @param fill char_type to use for padding.
762 put(iter_type __s, ios_base& __io, char_type __fill,
782 * @param fill char_type to use for padding.
789 do_put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
802 typedef _CharT char_type; typedef in class:time_put_byname
925 typedef _CharT char_type; typedef in class:moneypunct
1309 typedef _CharT char_type; typedef in class:moneypunct_byname
1357 typedef _CharT char_type; typedef in class:money_get
1505 typedef _CharT char_type; typedef in class:money_put
1676 typedef _CharT char_type; typedef in class:messages
1890 typedef _CharT char_type; typedef in class:messages_byname
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 367 typedef _CharT char_type; typedef in class:time_get
678 typedef _CharT char_type; typedef in class:time_get_byname
708 typedef _CharT char_type; typedef in class:time_put
735 * @param fill char_type to use for padding.
742 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
755 * @param fill char_type to use for padding.
762 put(iter_type __s, ios_base& __io, char_type __fill,
782 * @param fill char_type to use for padding.
789 do_put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
802 typedef _CharT char_type; typedef in class:time_put_byname
925 typedef _CharT char_type; typedef in class:moneypunct
1309 typedef _CharT char_type; typedef in class:moneypunct_byname
1357 typedef _CharT char_type; typedef in class:money_get
1505 typedef _CharT char_type; typedef in class:money_put
1676 typedef _CharT char_type; typedef in class:messages
1890 typedef _CharT char_type; typedef in class:messages_byname
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets_nonio.h 367 typedef _CharT char_type; typedef in class:time_get
678 typedef _CharT char_type; typedef in class:time_get_byname
708 typedef _CharT char_type; typedef in class:time_put
735 * @param fill char_type to use for padding.
742 put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
755 * @param fill char_type to use for padding.
762 put(iter_type __s, ios_base& __io, char_type __fill,
782 * @param fill char_type to use for padding.
789 do_put(iter_type __s, ios_base& __io, char_type __fill, const tm* __tm,
802 typedef _CharT char_type; typedef in class:time_put_byname
925 typedef _CharT char_type; typedef in class:moneypunct
1309 typedef _CharT char_type; typedef in class:moneypunct_byname
1357 typedef _CharT char_type; typedef in class:money_get
1505 typedef _CharT char_type; typedef in class:money_put
1676 typedef _CharT char_type; typedef in class:messages
1890 typedef _CharT char_type; typedef in class:messages_byname
    [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 457 tGATT_READ_BY_TYPE char_type; /* characterisitc type */ member in union:__anon3343
    [all...]

Completed in 119 milliseconds

1 2 3 4 5 6 7 8 910