HomeSort by relevance Sort by last modified time
    Searched refs:__np (Results 1 - 20 of 20) sorted by null

  /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/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/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/sysroot/usr/include/
thread_db.h 311 extern td_err_e td_ta_get_nthreads (const td_thragent_t *__ta, int *__np);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
thread_db.h 311 extern td_err_e td_ta_get_nthreads (const td_thragent_t *__ta, int *__np);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
thread_db.h 311 extern td_err_e td_ta_get_nthreads (const td_thragent_t *__ta, int *__np);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
xdr.h 344 extern bool_t xdr_netobj (XDR *__xdrs, struct netobj *__np) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
xdr.h 344 extern bool_t xdr_netobj (XDR *__xdrs, struct netobj *__np) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
xdr.h 344 extern bool_t xdr_netobj (XDR *__xdrs, struct netobj *__np) __THROW;

Completed in 318 milliseconds