Lines Matching refs:__np
571 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc);
572 __thousands_sep = __np.thousands_sep();
573 return __np.grouping();
583 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc);
584 __decimal_point = __np.decimal_point();
585 __thousands_sep = __np.thousands_sep();
586 return __np.grouping();
981 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__iob.getloc());
983 const string_type __names[2] = {__np.truename(), __np.falsename()};
1214 static void __widen_and_group_int(char* __nb, char* __np, char* __ne,
1217 static void __widen_and_group_float(char* __nb, char* __np, char* __ne,
1224 __num_put<_CharT>::__widen_and_group_int(char* __nb, char* __np, char* __ne,
1267 if (__np == __ne)
1270 __op = __ob + (__np - __nb);
1275 __num_put<_CharT>::__widen_and_group_float(char* __nb, char* __np, char* __ne,
1340 if (__np == __ne)
1343 __op = __ob + (__np - __nb);
1488 streamsize __np = __op - __ob;
1489 if (__np > 0)
1491 if (__s.__sbuf_->sputn(__ob, __np) != __np)
1506 __np = __oe - __op;
1507 if (__np > 0)
1509 if (__s.__sbuf_->sputn(__op, __np) != __np)
1528 const numpunct<char_type>& __np = use_facet<numpunct<char_type> >(__iob.getloc());
1531 string_type __tmp(__v ? __np.truename() : __np.falsename());
1534 string_type __nm = __v ? __np.truename() : __np.falsename();
1560 char* __np = this->__identify_padding(__nar, __ne, __iob);
1565 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc());
1590 char* __np = this->__identify_padding(__nar, __ne, __iob);
1595 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc());
1620 char* __np = this->__identify_padding(__nar, __ne, __iob);
1625 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc());
1650 char* __np = this->__identify_padding(__nar, __ne, __iob);
1655 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc());
1709 char* __np = this->__identify_padding(__nb, __ne, __iob);
1723 this->__widen_and_group_float(__nb, __np, __ne, __ob, __op, __oe, __iob.getloc());
1778 char* __np = this->__identify_padding(__nb, __ne, __iob);
1792 this->__widen_and_group_float(__nb, __np, __ne, __ob, __op, __oe, __iob.getloc());
1814 char* __np = this->__identify_padding(__nar, __ne, __iob);
1822 if (__np == __ne)
1825 __op = __o + (__np - __nar);