Lines Matching refs:__nar
1335 char __nar[__nbuf];
1339 int __nc = __libcpp_snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v);
1341 char* __ne = __nar + __nc;
1342 char* __np = this->__identify_padding(__nar, __ne, __iob);
1343 // Stage 2 - Widen __nar while adding thousands separators
1347 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc());
1385 char __nar[__nbuf];
1386 char* __nb = __nar;
1408 // Stage 2 - Widen __nar while adding thousands separators
1412 if (__nb != __nar) {
1444 char __nar[__nbuf];
1445 int __nc = __libcpp_snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, "%p", __v);
1446 char* __ne = __nar + __nc;
1447 char* __np = this->__identify_padding(__nar, __ne, __iob);
1448 // Stage 2 - Widen __nar
1453 __ct.widen(__nar, __ne, __o);
1454 __oe = __o + (__ne - __nar);
1458 __op = __o + (__np - __nar);
2178 char_type __nar[100];
2179 char_type* __nb = __nar;