Home
last modified time | relevance | path

Searched refs:_Ch (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_time_facets.h97 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_time_facets.c147 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()
190 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK()
199 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK()
206 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK()
213 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK()
223 bool __pr = __get_decimal_integer(__first, __last, __t->tm_min, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK()
243 bool __pr = __get_decimal_integer(__first, __last, __t->tm_sec, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK()
250 bool __pr = __get_decimal_integer(__first, __last, __t->tm_year, __STATIC_CAST(_Ch*, 0)); in _STLP_WEAK()
[all …]
D_facets_fwd.h38 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.h45 template <class _Ch, class _InIt> class num_get;
/ndk/sources/cxx-stl/stlport/src/
Dtime_facets.cpp147 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()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Diterator919 template <class _Ch, class _Tr>
922 ostreambuf_iterator<_Ch, _Tr>
923 __pad_and_output(ostreambuf_iterator<_Ch, _Tr> __s,
924 const _Ch* __ob, const _Ch* __op, const _Ch* __oe,
925 ios_base& __iob, _Ch __fl);