Searched refs:__nar (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/include/ |
D | locale | 1559 char __nar[__nbuf]; 1561 int __nc = snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v); 1563 int __nc = __snprintf_l(__nar, sizeof(__nar), __cloc(), __fmt, __v); 1565 char* __ne = __nar + __nc; 1566 char* __np = this->__identify_padding(__nar, __ne, __iob); 1567 // Stage 2 - Widen __nar while adding thousands separators 1571 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc()); 1589 char __nar[__nbuf]; 1591 int __nc = snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v); 1593 int __nc = __snprintf_l(__nar, sizeof(__nar), __cloc(), __fmt, __v); [all …]
|
/external/libcxx/src/ |
D | locale.cpp | 5496 char __nar[100]; in __do_put() local 5497 char* __ne = __nar + 100; in __do_put() 5498 __do_put(__nar, __ne, __tm, __fmt, __mod); in __do_put() 5500 const char* __nb = __nar; in __do_put()
|