Searched refs:__nar (Results 1 – 4 of 4) sorted by relevance
/external/libcxx/include/ |
D | locale | 1461 char __nar[__nbuf]; 1462 int __nc = __libcpp_snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v); 1463 char* __ne = __nar + __nc; 1464 char* __np = this->__identify_padding(__nar, __ne, __iob); 1465 // Stage 2 - Widen __nar while adding thousands separators 1469 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc()); 1488 char __nar[__nbuf]; 1489 int __nc = __libcpp_snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v); 1490 char* __ne = __nar + __nc; 1491 char* __np = this->__identify_padding(__nar, __ne, __iob); [all …]
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | locale | 1498 char __nar[__nbuf]; 1502 int __nc = __libcpp_snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v); 1504 char* __ne = __nar + __nc; 1505 char* __np = this->__identify_padding(__nar, __ne, __iob); 1506 // Stage 2 - Widen __nar while adding thousands separators 1510 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc()); 1560 char __nar[__nbuf]; 1561 char* __nb = __nar; 1585 // Stage 2 - Widen __nar while adding thousands separators 1589 if (__nb != __nar) [all …]
|
/external/libcxx/src/ |
D | locale.cpp | 5454 char __nar[100]; in __do_put() local 5455 char* __ne = __nar + 100; in __do_put() 5456 __do_put(__nar, __ne, __tm, __fmt, __mod); in __do_put() 5458 const char* __nb = __nar; in __do_put()
|
/external/cronet/buildtools/third_party/libc++/trunk/src/ |
D | locale.cpp | 5888 char __nar[100]; in __do_put() local 5889 char* __ne = __nar + 100; in __do_put() 5890 __do_put(__nar, __ne, __tm, __fmt, __mod); in __do_put() 5892 const char* __nb = __nar; in __do_put()
|