HomeSort by relevance Sort by last modified time
    Searched full:__np (Results 1 - 25 of 44) sorted by null

1 2

  /external/stlport/stlport/stl/
_num_put.c 121 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()); local
123 __np.decimal_point(), __np.thousands_sep(),
124 __group_pos, __np.grouping());
206 const numpunct<wchar_t>& __np = use_facet<numpunct<wchar_t> >(__loc); local
207 const string& __grouping = __np.grouping();
220 __len = __insert_grouping(__wbuf, __eend, __grouping, __np.thousands_sep(),
237 const numpunct<char>& __np = use_facet<numpunct<char> >(__f.getloc()); local
238 const string& __grouping = __np.grouping();
256 __len = __insert_grouping(__buf, __iend, __grouping, __np.thousands_sep()
387 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()); local
    [all...]
_num_get.c 273 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc); local
279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() );
281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() );
283 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), _IsSigned());
451 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__str.getloc()); local
452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename();
453 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename()
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 121 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()); local
123 __np.decimal_point(), __np.thousands_sep(),
124 __group_pos, __np.grouping());
206 const numpunct<wchar_t>& __np = use_facet<numpunct<wchar_t> >(__loc); local
207 const string& __grouping = __np.grouping();
220 __len = __insert_grouping(__wbuf, __eend, __grouping, __np.thousands_sep(),
237 const numpunct<char>& __np = use_facet<numpunct<char> >(__f.getloc()); local
238 const string& __grouping = __np.grouping();
256 __len = __insert_grouping(__buf, __iend, __grouping, __np.thousands_sep()
387 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()); local
    [all...]
_num_get.c 273 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc); local
279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() );
281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() );
283 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), _IsSigned());
451 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__str.getloc()); local
452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename();
453 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename()
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 121 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()); local
123 __np.decimal_point(), __np.thousands_sep(),
124 __group_pos, __np.grouping());
206 const numpunct<wchar_t>& __np = use_facet<numpunct<wchar_t> >(__loc); local
207 const string& __grouping = __np.grouping();
220 __len = __insert_grouping(__wbuf, __eend, __grouping, __np.thousands_sep(),
237 const numpunct<char>& __np = use_facet<numpunct<char> >(__f.getloc()); local
238 const string& __grouping = __np.grouping();
256 __len = __insert_grouping(__buf, __iend, __grouping, __np.thousands_sep()
387 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()); local
    [all...]
_num_get.c 273 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc); local
279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() );
281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() );
283 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), _IsSigned());
451 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__str.getloc()); local
452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename();
453 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename()
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 121 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()); local
123 __np.decimal_point(), __np.thousands_sep(),
124 __group_pos, __np.grouping());
206 const numpunct<wchar_t>& __np = use_facet<numpunct<wchar_t> >(__loc); local
207 const string& __grouping = __np.grouping();
220 __len = __insert_grouping(__wbuf, __eend, __grouping, __np.thousands_sep(),
237 const numpunct<char>& __np = use_facet<numpunct<char> >(__f.getloc()); local
238 const string& __grouping = __np.grouping();
256 __len = __insert_grouping(__buf, __iend, __grouping, __np.thousands_sep()
387 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()); local
    [all...]
_num_get.c 273 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc); local
279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() );
281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() );
283 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), _IsSigned());
451 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__str.getloc()); local
452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename();
453 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename()
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_num_put.c 121 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()); local
123 __np.decimal_point(), __np.thousands_sep(),
124 __group_pos, __np.grouping());
206 const numpunct<wchar_t>& __np = use_facet<numpunct<wchar_t> >(__loc); local
207 const string& __grouping = __np.grouping();
220 __len = __insert_grouping(__wbuf, __eend, __grouping, __np.thousands_sep(),
237 const numpunct<char>& __np = use_facet<numpunct<char> >(__f.getloc()); local
238 const string& __grouping = __np.grouping();
256 __len = __insert_grouping(__buf, __iend, __grouping, __np.thousands_sep()
387 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()); local
    [all...]
_num_get.c 273 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc); local
279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() );
281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() );
283 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), _IsSigned());
451 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__str.getloc()); local
452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename();
453 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename()
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
random.tcc     [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc     [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc     [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
random.tcc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
random.tcc     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets.tcc 82 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc);
84 _M_grouping_size = __np.grouping().size();
86 __np.grouping().copy(__grouping, _M_grouping_size);
93 _M_truename_size = __np.truename().size();
95 __np.truename().copy(__truename, _M_truename_size);
98 _M_falsename_size = __np.falsename().size();
100 __np.falsename().copy(__falsename, _M_falsename_size);
103 _M_decimal_point = __np.decimal_point();
104 _M_thousands_sep = __np.thousands_sep();
    [all...]
ostream.tcc 72 const __num_put_type& __np = __check_facet(this->_M_num_put);
73 if (__np.put(*this, *this, this->fill(), __v).failed())
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets.tcc 84 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc);
91 _M_grouping_size = __np.grouping().size();
93 __np.grouping().copy(__grouping, _M_grouping_size);
100 _M_truename_size = __np.truename().size();
102 __np.truename().copy(__truename, _M_truename_size);
105 _M_falsename_size = __np.falsename().size();
107 __np.falsename().copy(__falsename, _M_falsename_size);
110 _M_decimal_point = __np.decimal_point();
111 _M_thousands_sep = __np.thousands_sep();
    [all...]
random.tcc     [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.tcc 84 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc);
91 _M_grouping_size = __np.grouping().size();
93 __np.grouping().copy(__grouping, _M_grouping_size);
100 _M_truename_size = __np.truename().size();
102 __np.truename().copy(__truename, _M_truename_size);
105 _M_falsename_size = __np.falsename().size();
107 __np.falsename().copy(__falsename, _M_falsename_size);
110 _M_decimal_point = __np.decimal_point();
111 _M_thousands_sep = __np.thousands_sep();
    [all...]
random.tcc     [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.tcc 82 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc);
84 _M_grouping_size = __np.grouping().size();
86 __np.grouping().copy(__grouping, _M_grouping_size);
93 _M_truename_size = __np.truename().size();
95 __np.truename().copy(__truename, _M_truename_size);
98 _M_falsename_size = __np.falsename().size();
100 __np.falsename().copy(__falsename, _M_falsename_size);
103 _M_decimal_point = __np.decimal_point();
104 _M_thousands_sep = __np.thousands_sep();
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.tcc 82 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc);
84 _M_grouping_size = __np.grouping().size();
86 __np.grouping().copy(__grouping, _M_grouping_size);
93 _M_truename_size = __np.truename().size();
95 __np.truename().copy(__truename, _M_truename_size);
98 _M_falsename_size = __np.falsename().size();
100 __np.falsename().copy(__falsename, _M_falsename_size);
103 _M_decimal_point = __np.decimal_point();
104 _M_thousands_sep = __np.thousands_sep();
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.tcc 82 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc);
84 _M_grouping_size = __np.grouping().size();
86 __np.grouping().copy(__grouping, _M_grouping_size);
93 _M_truename_size = __np.truename().size();
95 __np.truename().copy(__truename, _M_truename_size);
98 _M_falsename_size = __np.falsename().size();
100 __np.falsename().copy(__falsename, _M_falsename_size);
103 _M_decimal_point = __np.decimal_point();
104 _M_thousands_sep = __np.thousands_sep();
    [all...]

Completed in 2264 milliseconds

1 2