/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_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> > >
|
_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) 163 : _STLP_PRIV time_init<_Ch>(__time) 193 template <class _Ch, class _InIt> 195 template <class _Ch, class _InIt = istreambuf_iterator<_Ch, char_traits<_Ch> > > [all...] |
_time_facets.c | 147 template <class _InIt1, class _Ch, class _TimeInfo> 151 _Ch*, const _TimeInfo& __table, 153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc()); 190 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0)); 199 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0)); 206 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0)); 213 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0)); 223 bool __pr = __get_decimal_integer(__first, __last, __t->tm_min, __STATIC_CAST(_Ch*, 0)); 243 bool __pr = __get_decimal_integer(__first, __last, __t->tm_sec, __STATIC_CAST(_Ch*, 0)) [all...] |
_numpunct.h | 45 template <class _Ch, class _InIt> class num_get;
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_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> > >
|
_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) 163 : _STLP_PRIV time_init<_Ch>(__time) 193 template <class _Ch, class _InIt> 195 template <class _Ch, class _InIt = istreambuf_iterator<_Ch, char_traits<_Ch> > > [all...] |
_time_facets.c | 147 template <class _InIt1, class _Ch, class _TimeInfo> 151 _Ch*, const _TimeInfo& __table, 153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc()); 154 typedef basic_string<_Ch, char_traits<_Ch>, allocator<_Ch> > string_type; 191 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0)); 200 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0)); 207 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0)) [all...] |
_numpunct.h | 45 template <class _Ch, class _InIt> class num_get;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mbstring.h | 35 _CRTIMP unsigned int __cdecl _mbbtombc(unsigned int _Ch); 36 _CRTIMP unsigned int __cdecl _mbbtombc_l(unsigned int _Ch,_locale_t _Locale); 37 _CRTIMP int __cdecl _mbbtype(unsigned char _Ch,int _CType); 38 _CRTIMP int __cdecl _mbbtype_l(unsigned char _Ch,int _CType,_locale_t _Locale); 39 _CRTIMP unsigned int __cdecl _mbctombb(unsigned int _Ch); 40 _CRTIMP unsigned int __cdecl _mbctombb_l(unsigned int _Ch,_locale_t _Locale); 45 _CRTIMP _CONST_RETURN unsigned char *__cdecl _mbschr(const unsigned char *_Str,unsigned int _Ch); 46 _CRTIMP _CONST_RETURN unsigned char *__cdecl _mbschr_l(const unsigned char *_Str,unsigned int _Ch,_locale_t _Locale); 83 _CRTIMP unsigned char *__cdecl _mbsnbset(unsigned char *_Str,unsigned int _Ch,size_t _MaxCount) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; 84 _CRTIMP unsigned char *__cdecl _mbsnbset_l(unsigned char *_Str,unsigned int _Ch,size_t _MaxCount,_locale_t _Locale) __MINGW_ATTRIB_DEPRECATED_SEC_WARN [all...] |
conio.h | 40 _CRTIMP int __cdecl _putch(int _Ch); 41 _CRTIMP int __cdecl _ungetch(int _Ch); 44 _CRTIMP int __cdecl _putch_nolock(int _Ch); 45 _CRTIMP int __cdecl _ungetch_nolock(int _Ch); 84 int __cdecl putch(int _Ch) __MINGW_ATTRIB_DEPRECATED_MSVC2005; 85 int __cdecl ungetch(int _Ch) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
|
stdio.h | 421 _CRTIMP int __cdecl _flsbuf(int _Ch,FILE *_File); 451 int __cdecl fputc(int _Ch,FILE *_File); 452 _CRTIMP int __cdecl _fputchar(int _Ch); 503 int __cdecl putc(int _Ch,FILE *_File); 504 int __cdecl putchar(int _Ch); 536 int __cdecl ungetc(int _Ch,FILE *_File); 786 wint_t __cdecl fputwc(wchar_t _Ch,FILE *_File); 787 _CRTIMP wint_t __cdecl _fputwchar(wchar_t _Ch); 790 wint_t __cdecl putwc(wchar_t _Ch,FILE *_File); 791 wint_t __cdecl putwchar(wchar_t _Ch); [all...] |
string.h | 83 _CONST_RETURN char *__cdecl strrchr(const char *_Str,int _Ch); 119 _CONST_RETURN wchar_t *__cdecl wcschr(const wchar_t *_Str,wchar_t _Ch); 130 _CONST_RETURN wchar_t *__cdecl wcsrchr(const wchar_t *_Str,wchar_t _Ch);
|
wchar.h | 634 wint_t __cdecl fputwc(wchar_t _Ch,FILE *_File); 635 _CRTIMP wint_t __cdecl _fputwchar(wchar_t _Ch); 638 wint_t __cdecl putwc(wchar_t _Ch,FILE *_File); 639 wint_t __cdecl putwchar(wchar_t _Ch); 640 wint_t __cdecl ungetwc(wint_t _Ch,FILE *_File); 747 _CRTIMP wint_t __cdecl _fputwc_nolock(wchar_t _Ch,FILE *_File); 748 _CRTIMP wint_t __cdecl _ungetwc_nolock(wint_t _Ch,FILE *_File); [all...] |
/external/xmlrpcpp/src/ |
base64.h | 110 void set_0(byte_t _ch) 112 _data[0] = _ch; 115 void set_1(byte_t _ch) 117 _data[1] = _ch; 120 void set_2(byte_t _ch) 122 _data[2] = _ch; 134 void b64_0(int _ch) {_data[0] = ((_ch & _0011_1111) << 2) | (_0000_0011 & _data[0]);} 136 void b64_1(int _ch) { 137 _data[0] = ((_ch & _0011_0000) >> 4) | (_1111_1100 & _data[0]) [all...] |
/external/compiler-rt/test/asan/TestCases/ |
speculative_load.cc | 17 char _ch[23]; member in struct:S::_short 27 __asan_poison_memory_region(_data._s._ch, 23); 35 return is_long() ? _data._l._ptr : _data._s._ch;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/ |
mbstring_s.h | 29 _CRTIMP errno_t __cdecl _mbsnbset_s(unsigned char *_Dst,size_t _DstSizeInBytes,unsigned int _Ch,size_t _MaxCount); 30 _CRTIMP errno_t __cdecl _mbsnbset_s_l(unsigned char *_Dst,size_t _DstSizeInBytes,unsigned int _Ch,size_t _MaxCount,_locale_t _Locale);
|
wchar_s.h | 153 _CRTIMP errno_t __cdecl wcrtomb_s(size_t *_Retval,char *_Dst,size_t _SizeInBytes,wchar_t _Ch,mbstate_t *_State); 154 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_2(errno_t,wcrtomb_s,size_t*,_Retval,char,_Dst,wchar_t,_Ch,mbstate_t,_State)
|
/external/icu/icu4c/source/i18n/unicode/ |
udateintervalformat.h | 69 * eo, es (_AR,_CL,_CO,...,_US) et, fa, fi, fo, fr (_BE,_CH,_CA), fur, gsw, he, 70 * hr, hu, hy, is, it (_CH), ja, kk, km, ko, lt, lv, mk, ml, mt, nb, nl )_BE),
|
/ndk/sources/cxx-stl/stlport/src/ |
time_facets.cpp | 147 template <class _Ch, class _TimeInfo> 148 void __subformat(_STLP_BASIC_IOSTRING(_Ch) &buf, const ctype<_Ch>& ct, 212 template <class _Ch, class _TimeInfo> 213 void _STLP_CALL __write_formatted_timeT(_STLP_BASIC_IOSTRING(_Ch) &buf, 214 const ctype<_Ch>& ct,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
libio.h | 438 #define _IO_putc_unlocked(_ch, _fp) \ 440 ? __overflow (_fp, (unsigned char) (_ch)) \ 441 : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
libio.h | 440 #define _IO_putc_unlocked(_ch, _fp) \ 442 ? __overflow (_fp, (unsigned char) (_ch)) \ 443 : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch)))
|
/external/libcxx/include/ |
iterator | [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
iterator | [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
iterator | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
shared_ptr.h | 64 template<typename _Ch, typename _Tr, typename _Tp, _Lock_policy _Lp> 65 inline std::basic_ostream<_Ch, _Tr>& 66 operator<<(std::basic_ostream<_Ch, _Tr>& __os,
|