/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _time_facets.h | 134 typedef _InIt iter_type; typedef 140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str, in get_time() 143 iter_type get_date(iter_type __s, iter_type __end, ios_base& __str, in get_date() 146 iter_type get_weekday(iter_type __s, iter_type __end, ios_base& __str, in get_weekday() 149 iter_type get_monthname(iter_type __s, iter_type __end, ios_base& __str, in get_monthname() 152 iter_type get_year(iter_type __s, iter_type __end, ios_base& __str, in get_year() 170 virtual iter_type do_get_time(iter_type __s, iter_type __end, 174 virtual iter_type do_get_date(iter_type __s, iter_type __end, 178 virtual iter_type do_get_weekday(iter_type __s, iter_type __end, 182 virtual iter_type do_get_monthname(iter_type __s, iter_type __end, [all …]
|
D | _num_put.h | 55 typedef _OutputIter iter_type; typedef 60 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() 65 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() 70 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() 76 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() 81 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() 87 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() 93 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put() 99 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
|
D | _monetary.h | 57 typedef _InputIter iter_type; typedef 61 iter_type get(iter_type __s, iter_type __end, bool __intl, in get() 65 iter_type get(iter_type __s, iter_type __end, bool __intl, in get() 74 virtual iter_type do_get(iter_type __s, iter_type __end, bool __intl, 77 virtual iter_type do_get(iter_type __s, iter_type __end, bool __intl, 391 typedef _OutputIter iter_type; typedef 395 iter_type put(iter_type __s, bool __intl, ios_base& __str, in put() 398 iter_type put(iter_type __s, bool __intl, ios_base& __str, in put() 407 virtual iter_type do_put(iter_type __s, bool __intl, ios_base& __str, 409 virtual iter_type do_put(iter_type __s, bool __intl, ios_base& __str,
|
D | _monetary.c | 132 typedef _InputIter iter_type; in __money_do_get() typedef 168 pair<iter_type, bool> in __money_do_get() 304 money_get<_CharT, _InputIter>::do_get(iter_type __s, iter_type __end, bool __intl, in do_get()
|
D | _num_get.h | 59 typedef _InputIter iter_type; typedef
|
D | _num_get.c | 595 iter_type __tmp = _STLP_PRIV __do_get_integer(__in_ite, __end, __str, __err, __val, (_CharT*)0 ); in do_get()
|
/ndk/tests/device/test-stlport/unit/ |
D | time_facets_test.cpp | 37 …time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + for… in _time_put_get() 119 …time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + for… in _time_put_get()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | time_facets_test.cpp | 37 …time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + for… in _time_put_get() 119 …time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + for… in _time_put_get()
|