Lines Matching refs:__o
1455 char_type __o[2*(__nbuf-1) - 1];
1458 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc());
1459 // [__o, __oe) contains thousands_sep'd wide number
1461 return __pad_and_output(__s, __o, __op, __oe, __iob, __fl);
1482 char_type __o[2*(__nbuf-1) - 1];
1485 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc());
1486 // [__o, __oe) contains thousands_sep'd wide number
1488 return __pad_and_output(__s, __o, __op, __oe, __iob, __fl);
1509 char_type __o[2*(__nbuf-1) - 1];
1512 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc());
1513 // [__o, __oe) contains thousands_sep'd wide number
1515 return __pad_and_output(__s, __o, __op, __oe, __iob, __fl);
1536 char_type __o[2*(__nbuf-1) - 1];
1539 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc());
1540 // [__o, __oe) contains thousands_sep'd wide number
1542 return __pad_and_output(__s, __o, __op, __oe, __iob, __fl);
1577 char_type __o[2*(__nbuf-1) - 1];
1578 char_type* __ob = __o;
1590 // [__o, __oe) contains thousands_sep'd wide number
1628 char_type __o[2*(__nbuf-1) - 1];
1629 char_type* __ob = __o;
1641 // [__o, __oe) contains thousands_sep'd wide number
1660 char_type __o[2*(__nbuf-1) - 1];
1664 __ct.widen(__nar, __ne, __o);
1665 __oe = __o + (__ne - __nar);
1669 __op = __o + (__np - __nar);
1670 // [__o, __oe) contains wide number
1672 return __pad_and_output(__s, __o, __op, __oe, __iob, __fl);