Lines Matching refs:__o
1466 char_type __o[2*(__nbuf-1) - 1];
1469 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc());
1470 // [__o, __oe) contains thousands_sep'd wide number
1472 return __pad_and_output(__s, __o, __op, __oe, __iob, __fl);
1493 char_type __o[2*(__nbuf-1) - 1];
1496 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc());
1497 // [__o, __oe) contains thousands_sep'd wide number
1499 return __pad_and_output(__s, __o, __op, __oe, __iob, __fl);
1520 char_type __o[2*(__nbuf-1) - 1];
1523 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc());
1524 // [__o, __oe) contains thousands_sep'd wide number
1526 return __pad_and_output(__s, __o, __op, __oe, __iob, __fl);
1547 char_type __o[2*(__nbuf-1) - 1];
1550 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc());
1551 // [__o, __oe) contains thousands_sep'd wide number
1553 return __pad_and_output(__s, __o, __op, __oe, __iob, __fl);
1588 char_type __o[2*(__nbuf-1) - 1];
1589 char_type* __ob = __o;
1601 // [__o, __oe) contains thousands_sep'd wide number
1639 char_type __o[2*(__nbuf-1) - 1];
1640 char_type* __ob = __o;
1652 // [__o, __oe) contains thousands_sep'd wide number
1671 char_type __o[2*(__nbuf-1) - 1];
1675 __ct.widen(__nar, __ne, __o);
1676 __oe = __o + (__ne - __nar);
1680 __op = __o + (__np - __nar);
1681 // [__o, __oe) contains wide number
1683 return __pad_and_output(__s, __o, __op, __oe, __iob, __fl);