Searched refs:__tmb (Results 1 – 2 of 2) sorted by relevance
/external/stlport/stlport/stl/ |
D | _time_facets.h | 257 const tm* __tmb, 261 const tm* __tmb, char __format, char __modifier = 0) const 262 { return do_put(__s, __f, __fill, __tmb, __format, __modifier); } 275 char_type /* __fill */, const tm* __tmb,
|
D | _time_facets.c | 403 const tm* __tmb, const _Ch* __pat, in put() argument 416 __s = do_put(__s, __f, __fill, __tmb, __c, __mod); in put() 427 const tm* __tmb, char __format, in do_put() argument 431 _STLP_PRIV __write_formatted_time(__buf, __ct, __format, __modifier, this->_M_timeinfo, __tmb); in do_put()
|