HomeSort by relevance Sort by last modified time
    Searched defs:wchar_t (Results 1 - 7 of 7) sorted by null

  /external/libcxx/test/support/
filesystem_test_helper.hpp 270 const wchar_t* w;
275 operator const wchar_t* () const { return w; }
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 154 #define wchar_t __COMO_WCHAR_T macro
156 #undef wchar_t macro
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 154 #define wchar_t __COMO_WCHAR_T macro
156 #undef wchar_t macro
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 154 #define wchar_t __COMO_WCHAR_T macro
156 #undef wchar_t macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comutil.h 62 _bstr_t(const wchar_t *s);
68 _bstr_t &operator=(const wchar_t *s);
73 friend _bstr_t operator+(const wchar_t *s1,const _bstr_t &s2);
74 operator const wchar_t *() const throw();
75 operator wchar_t *() const throw();
96 Data_t(const wchar_t *s);
102 operator const wchar_t *() const throw();
104 const wchar_t *GetWString() const throw();
105 wchar_t *&GetWString() throw();
138 inline _bstr_t::_bstr_t(const wchar_t *s) : m_Data(new Data_t(s))
    [all...]
  /external/lzma/CPP/Common/
MyString.h 41 inline unsigned MyStringLen(const wchar_t *s)
48 inline void MyStringCopy(wchar_t *dest, const wchar_t *src)
54 int FindCharPosInString(const wchar_t *s, wchar_t c) throw();
73 inline wchar_t MyCharUpper_Ascii(wchar_t c)
76 return (wchar_t)(c - 0x20);
88 inline wchar_t MyCharLower_Ascii(wchar_t c)
    [all...]
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 101 #define wchar_t macro
186 wchar_t

Completed in 304 milliseconds