Home
last modified time | relevance | path

Searched refs:__tmb (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_time_facets.h257 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.c402 const tm* __tmb, const _Ch* __pat, in put() argument
415 __s = do_put(__s, __f, __fill, __tmb, __c, __mod); in put()
426 const tm* __tmb, char __format, in do_put() argument
430 _STLP_PRIV __write_formatted_time(__buf, __ct, __format, __modifier, this->_M_timeinfo, __tmb); in do_put()