HomeSort by relevance Sort by last modified time
    Searched defs:string_type (Results 101 - 125 of 146) sorted by null

1 2 3 45 6

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 611 typedef basic_string<_CharT> string_type; typedef in class:collate
678 * @return Transformed string_type.
680 string_type
739 virtual string_type
786 typedef basic_string<_CharT> string_type; typedef in class:collate_byname
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 131 typedef _StrType string_type; typedef
144 string_type __ns = __intl ? __punct_intl.negative_sign()
146 string_type __ps = __intl ? __punct_intl.positive_sign()
150 string_type __buf;
151 back_insert_iterator<string_type> __out_ite(__buf);
166 string_type __curs = __intl ? __punct_intl.curr_symbol()
282 string_type __buf;
287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end();
306 string_type& __digits) const {
320 typedef _Str_Type string_type; typedef
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 611 typedef basic_string<_CharT> string_type; typedef in class:collate
678 * @return Transformed string_type.
680 string_type
739 virtual string_type
786 typedef basic_string<_CharT> string_type; typedef in class:collate_byname
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 131 typedef _StrType string_type; typedef
144 string_type __ns = __intl ? __punct_intl.negative_sign()
146 string_type __ps = __intl ? __punct_intl.positive_sign()
150 string_type __buf;
151 back_insert_iterator<string_type> __out_ite(__buf);
166 string_type __curs = __intl ? __punct_intl.curr_symbol()
282 string_type __buf;
287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end();
306 string_type& __digits) const {
320 typedef _Str_Type string_type; typedef
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 611 typedef basic_string<_CharT> string_type; typedef in class:collate
678 * @return Transformed string_type.
680 string_type
739 virtual string_type
786 typedef basic_string<_CharT> string_type; typedef in class:collate_byname
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 131 typedef _StrType string_type; typedef
144 string_type __ns = __intl ? __punct_intl.negative_sign()
146 string_type __ps = __intl ? __punct_intl.positive_sign()
150 string_type __buf;
151 back_insert_iterator<string_type> __out_ite(__buf);
166 string_type __curs = __intl ? __punct_intl.curr_symbol()
282 string_type __buf;
287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end();
306 string_type& __digits) const {
320 typedef _Str_Type string_type; typedef
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_classes.h 611 typedef basic_string<_CharT> string_type; typedef in class:collate
678 * @return Transformed string_type.
680 string_type
739 virtual string_type
786 typedef basic_string<_CharT> string_type; typedef in class:collate_byname
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.h 625 typedef basic_string<_CharT> string_type; typedef in class:collate
692 * @return Transformed string_type.
694 string_type
753 virtual string_type
800 typedef basic_string<_CharT> string_type; typedef in class:collate_byname
regex.h 57 typedef std::basic_string<char_type> string_type; typedef in struct:regex_traits
80 { return string_type::traits_type::length(__p); }
131 string_type
138 string_type __s(__first, __last);
157 string_type
159 { return string_type(); }
175 string_type
177 { return string_type(); }
322 std::basic_istringstream<_Ch_type> __is(string_type(1, __ch));
347 typedef typename traits_type::string_type string_type typedef in class:basic_regex
764 typedef std::basic_string<value_type> string_type; typedef in class:sub_match
1495 typedef std::basic_string<char_type> string_type; typedef in class:match_results
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h 593 typedef basic_string<_CharT> string_type; typedef in class:collate
660 * @return Transformed string_type.
662 string_type
719 virtual string_type
766 typedef basic_string<_CharT> string_type; typedef in class:collate_byname
regex.h 57 typedef std::basic_string<char_type> string_type; typedef in struct:regex_traits
80 { return string_type::traits_type::length(__p); }
131 string_type
138 string_type __s(__first, __last);
157 string_type
159 { return string_type(); }
175 string_type
177 { return string_type(); }
323 std::basic_istringstream<_Ch_type> __is(string_type(1, __ch));
348 typedef typename traits_type::string_type string_type typedef in class:basic_regex
767 typedef std::basic_string<value_type> string_type; typedef in class:sub_match
1498 typedef std::basic_string<char_type> string_type; typedef in class:match_results
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 131 typedef _StrType string_type; typedef
144 string_type __ns = __intl ? __punct_intl.negative_sign()
146 string_type __ps = __intl ? __punct_intl.positive_sign()
150 string_type __buf;
151 back_insert_iterator<string_type> __out_ite(__buf);
166 string_type __curs = __intl ? __punct_intl.curr_symbol()
282 string_type __buf;
287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end();
306 string_type& __digits) const {
320 typedef _Str_Type string_type; typedef
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_monetary.c 131 typedef _StrType string_type; typedef
144 string_type __ns = __intl ? __punct_intl.negative_sign()
146 string_type __ps = __intl ? __punct_intl.positive_sign()
150 string_type __buf;
151 back_insert_iterator<string_type> __out_ite(__buf);
166 string_type __curs = __intl ? __punct_intl.curr_symbol()
282 string_type __buf;
287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end();
306 string_type& __digits) const {
320 typedef _Str_Type string_type; typedef
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.h 625 typedef basic_string<_CharT> string_type; typedef in class:collate
692 * @return Transformed string_type.
694 string_type
753 virtual string_type
800 typedef basic_string<_CharT> string_type; typedef in class:collate_byname
regex.h 57 typedef std::basic_string<char_type> string_type; typedef in struct:regex_traits
80 { return string_type::traits_type::length(__p); }
131 string_type
138 string_type __s(__first, __last);
157 string_type
159 { return string_type(); }
175 string_type
177 { return string_type(); }
322 std::basic_istringstream<_Ch_type> __is(string_type(1, __ch));
347 typedef typename traits_type::string_type string_type typedef in class:basic_regex
764 typedef std::basic_string<value_type> string_type; typedef in class:sub_match
1495 typedef std::basic_string<char_type> string_type; typedef in class:match_results
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h 593 typedef basic_string<_CharT> string_type; typedef in class:collate
660 * @return Transformed string_type.
662 string_type
719 virtual string_type
766 typedef basic_string<_CharT> string_type; typedef in class:collate_byname
regex.h 57 typedef std::basic_string<char_type> string_type; typedef in struct:regex_traits
80 { return string_type::traits_type::length(__p); }
131 string_type
138 string_type __s(__first, __last);
157 string_type
159 { return string_type(); }
175 string_type
177 { return string_type(); }
323 std::basic_istringstream<_Ch_type> __is(string_type(1, __ch));
348 typedef typename traits_type::string_type string_type typedef in class:basic_regex
767 typedef std::basic_string<value_type> string_type; typedef in class:sub_match
1498 typedef std::basic_string<char_type> string_type; typedef in class:match_results
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_classes.h 591 typedef basic_string<_CharT> string_type; typedef in class:collate
658 * @return Transformed string_type.
660 string_type
717 virtual string_type
764 typedef basic_string<_CharT> string_type; typedef in class:collate_byname
regex.h 55 typedef std::basic_string<char_type> string_type; typedef in struct:regex_traits
77 { return string_type::traits_type::length(__p); }
128 string_type
133 string_type __s(__first, __last);
152 string_type
154 { return string_type(); }
170 string_type
172 { return string_type(); }
316 std::basic_istringstream<char_type> __is(string_type(1, __ch));
341 typedef typename traits_type::string_type string_type typedef in class:basic_regex
749 typedef std::basic_string<value_type> string_type; typedef in class:sub_match
1229 typedef typename sub_match<_Bi_iter>::string_type string_type; typedef
1257 typedef typename sub_match<_Bi_iter>::string_type string_type; typedef
1309 typedef typename sub_match<_Bi_iter>::string_type string_type; typedef
1337 typedef typename sub_match<_Bi_iter>::string_type string_type; typedef
1464 typedef std::basic_string<char_type> string_type; typedef in class:match_results
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex.h 57 typedef std::basic_string<char_type> string_type; typedef in struct:regex_traits
80 { return string_type::traits_type::length(__p); }
131 string_type
138 string_type __s(__first, __last);
157 string_type
159 { return string_type(); }
175 string_type
177 { return string_type(); }
322 std::basic_istringstream<_Ch_type> __is(string_type(1, __ch));
347 typedef typename traits_type::string_type string_type typedef in class:basic_regex
764 typedef std::basic_string<value_type> string_type; typedef in class:sub_match
1495 typedef std::basic_string<char_type> string_type; typedef in class:match_results
    [all...]
locale_facets.h 1662 typedef basic_string<_CharT> string_type; typedef in class:numpunct
1892 typedef basic_string<_CharT> string_type; typedef in class:numpunct_byname
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex.h 57 typedef std::basic_string<char_type> string_type; typedef in struct:regex_traits
80 { return string_type::traits_type::length(__p); }
131 string_type
138 string_type __s(__first, __last);
157 string_type
159 { return string_type(); }
175 string_type
177 { return string_type(); }
322 std::basic_istringstream<_Ch_type> __is(string_type(1, __ch));
347 typedef typename traits_type::string_type string_type typedef in class:basic_regex
764 typedef std::basic_string<value_type> string_type; typedef in class:sub_match
1495 typedef std::basic_string<char_type> string_type; typedef in class:match_results
    [all...]
locale_facets.h 1662 typedef basic_string<_CharT> string_type; typedef in class:numpunct
1892 typedef basic_string<_CharT> string_type; typedef in class:numpunct_byname
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.cc 83 std::string string_type; local
84 if (!dict.GetString(kMediaGalleriesTypeKey, &string_type))
87 if (string_type == kMediaGalleriesTypeAutoDetectedValue) {
91 if (string_type == kMediaGalleriesTypeUserAddedValue) {
95 if (string_type == kMediaGalleriesTypeBlackListedValue) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets.h 1643 typedef basic_string<_CharT> string_type; typedef in class:numpunct
1872 typedef basic_string<_CharT> string_type; typedef in class:numpunct_byname
    [all...]

Completed in 1800 milliseconds

1 2 3 45 6