Searched refs:_Ch (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _time_facets.c | 147 template <class _InIt1, class _Ch, class _TimeInfo> 151 _Ch*, const _TimeInfo& __table, in _STLP_WEAK() argument 153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc()); in _STLP_WEAK() 154 typedef basic_string<_Ch, char_traits<_Ch>, allocator<_Ch> > string_type; in _STLP_WEAK() 191 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK() 200 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK() 207 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK() 214 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK() 224 bool __pr = __get_decimal_integer(__first, __last, __t->tm_min, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK() 244 bool __pr = __get_decimal_integer(__first, __last, __t->tm_sec, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK() [all …]
|
D | _time_facets.h | 97 template <class _Ch> 130 template <class _Ch, class _InIt> 131 class time_get : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> { 133 typedef _Ch char_type; 160 : locale::facet(__refs), _STLP_PRIV time_init<_Ch>(__name) in time_get() 163 : _STLP_PRIV time_init<_Ch>(__time) in time_get() 193 template <class _Ch, class _InIt> 195 template <class _Ch, class _InIt = istreambuf_iterator<_Ch, char_traits<_Ch> > > 197 class time_get_byname : public time_get<_Ch, _InIt> { 204 : time_get<_Ch, _InIt>(__name, __refs) {} [all …]
|
D | _facets_fwd.h | 38 template <class _Ch, class _InIt> 40 template <class _Ch, class _InIt = istreambuf_iterator<_Ch, char_traits<_Ch> > > 45 template <class _Ch, class _OutIt> 47 template <class _Ch, class _OutIt = ostreambuf_iterator<_Ch, char_traits<_Ch> > >
|
D | _numpunct.h | 45 template <class _Ch, class _InIt> class num_get;
|
/ndk/sources/cxx-stl/stlport/src/ |
D | time_facets.cpp | 147 template <class _Ch, class _TimeInfo> 148 void __subformat(_STLP_BASIC_IOSTRING(_Ch) &buf, const ctype<_Ch>& ct, in __subformat() 212 template <class _Ch, class _TimeInfo> 213 void _STLP_CALL __write_formatted_timeT(_STLP_BASIC_IOSTRING(_Ch) &buf, in __write_formatted_timeT() 214 const ctype<_Ch>& ct, in __write_formatted_timeT()
|