Searched defs:wchar_t (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
D | locale_impl.cpp | 731 … locale::id& _STLP_CALL _GetFacetId(const money_get<wchar_t, istreambuf_iterator<wchar_t, char_tra… in _GetFacetId() 733 … locale::id& _STLP_CALL _GetFacetId(const money_put<wchar_t, ostreambuf_iterator<wchar_t, char_tra… in _GetFacetId() 740 …C locale::id& _STLP_CALL _GetFacetId(const num_get<wchar_t, istreambuf_iterator<wchar_t, char_trai… in _GetFacetId() 747 …C locale::id& _STLP_CALL _GetFacetId(const num_put<wchar_t, ostreambuf_iterator<wchar_t, char_trai… in _GetFacetId() 756 …C locale::id& _STLP_CALL _GetFacetId(const time_get<wchar_t, istreambuf_iterator<wchar_t, char_tra… in _GetFacetId() 758 …C locale::id& _STLP_CALL _GetFacetId(const time_put<wchar_t, ostreambuf_iterator<wchar_t, char_tra… in _GetFacetId()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/ |
D | implementation_help.hpp | 41 inline const wchar_t* str_end( const wchar_t* s, const wchar_t* ) in str_end() 46 inline const wchar_t* str_end( const wchar_t* s, const wchar_t* ) in str_end()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/ |
D | as_literal.hpp | 65 inline bool is_char_ptr( wchar_t* ) in is_char_ptr() argument 70 inline bool is_char_ptr( const wchar_t* ) in is_char_ptr()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | c_locale.h | 49 typedef long wchar_t; typedef 52 typedef __int32_t wchar_t; typedef
|
D | _construct.h | 225 inline void _Destroy_Range(wchar_t*, wchar_t*) {} in _Destroy_Range() argument 226 inline void _Destroy_Range(const wchar_t*, const wchar_t*) {} in _Destroy_Range()
|
D | _ctype.h | 198 wchar_t (toupper)(wchar_t __c) const { return do_toupper(__c); } in wchar_t() function 202 wchar_t (tolower)(wchar_t __c) const { return do_tolower(__c); } in wchar_t() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _como.h | 154 #define wchar_t __COMO_WCHAR_T macro
|
D | _evc.h | 263 typedef unsigned short wchar_t; typedef
|