Searched refs:__np (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_num_put.c121 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
387 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc()); local
[all...]
H A D_num_get.c273 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
[all...]

Completed in 477 milliseconds