Searched refs:__nar (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/include/ |
D | locale | 1406 char __nar[__nbuf]; 1407 int __nc = __libcpp_snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v); 1408 char* __ne = __nar + __nc; 1409 char* __np = this->__identify_padding(__nar, __ne, __iob); 1410 // Stage 2 - Widen __nar while adding thousands separators 1414 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc()); 1432 char __nar[__nbuf]; 1433 int __nc = __libcpp_snprintf_l(__nar, sizeof(__nar), _LIBCPP_GET_C_LOCALE, __fmt, __v); 1434 char* __ne = __nar + __nc; 1435 char* __np = this->__identify_padding(__nar, __ne, __iob); [all …]
|
/external/libcxx/src/ |
D | locale.cpp | 5442 char __nar[100]; in __do_put() local 5443 char* __ne = __nar + 100; in __do_put() 5444 __do_put(__nar, __ne, __tm, __fmt, __mod); in __do_put() 5446 const char* __nb = __nar; in __do_put()
|