Home
last modified time | relevance | path

Searched refs:wchar_t (Results 1 – 24 of 24) sorted by relevance

/aoo42x/main/sal/inc/systools/win32/
H A Dsnprintf.h57 typedef unsigned short wchar_t; typedef
82 _SNPRINTF_DLLIMPORT int __cdecl snwprintf( wchar_t *buffer, size_t count, const wchar_t *format, ..…
90 _SNPRINTF_DLLIMPORT int __cdecl vsnwprintf( wchar_t *buffer, size_t count, const wchar_t *format, v…
/aoo42x/main/sal/osl/os2/
H A Dfile_url.h42 #define _tcslen(a) wcslen((const wchar_t *) a)
43 #define _tcsspn(a,b) wcsspn((const wchar_t *) a, (const wchar_t *) b)
61 typedef wchar_t *LPWSTR;
62 typedef const wchar_t *LPCWSTR;
/aoo42x/main/desktop/win32/source/guistdio/
H A Dguistdio.inc54 //wchar_t
71 //We must make sure that only complete wchar_t|s are written. WriteConsole takes
72 //the number of wchar_t|s as argument. ReadFile, however, reads bytes.
77 //The last byte, which is the incomplete wchar_t (half of it), will not be written.
92 //wchar_t at the front of the buffer. We will use the complete buffer the next time
217 wchar_t * wideBuf = new wchar_t[sizeWBuf];
/aoo42x/main/unixODBC/inc/
H A Diodbcunix.h133 typedef wchar_t * LPWSTR;
134 typedef const wchar_t * LPCWSTR;
H A Dsqltypes.h419 typedef wchar_t SQLWCHAR;
421 # error Please make sure your system supports the wchar_t type
/aoo42x/main/nss/
H A Dnss_win.patch2163 + wchar_t *filenameWide;
2846 + wchar_t *filenameWide;
2861 + wchar_t *pathWide;
2867 - wchar_t *pathWide = _NSSUTIL_UTF8ToWide(path);
2876 + wchar_t *filenameWide;
2877 + wchar_t *modeWide;
2898 + wchar_t *pathWide;
2921 + wchar_t *nameWide;
2936 + wchar_t *fromWide;
2937 + wchar_t *toWide;
[all …]
/aoo42x/main/cli_ure/source/native/
H A Dnative_share.h49 OSL_ASSERT( sizeof (wchar_t) == sizeof (sal_Unicode) ); in String_to_ustring()
50 wchar_t const __pin * chars = PtrToStringChars( str ); in String_to_ustring()
/aoo42x/main/odk/settings/
H A Dsettings.mk103 CC_FLAGS_JNI=-c -MT -Zm500 -Zc:wchar_t- -wd4251 -wd4275 -wd4290 -wd4675 -wd4786 -wd4800 -GR -EHa
104 CC_FLAGS=-c -MT -Zm500 -Zc:wchar_t- -wd4251 -wd4275 -wd4290 -wd4675 -wd4786 -wd4800 -GR -EHa
/aoo42x/main/cli_ure/source/climaker/
H A Dclimaker_share.h100 OSL_ASSERT( sizeof (wchar_t) == sizeof (sal_Unicode) ); in String_to_ustring()
101 wchar_t const __pin * chars = PtrToStringChars( str ); in String_to_ustring()
/aoo42x/main/embedserv/source/inprocserv/
H A Dinprocembobj.h79 wchar_t* m_pFileName;
140 void SetName( LPCOLESTR pszNameFromOutside, wchar_t*& pOwnName );
/aoo42x/main/sal/workben/
H A Dsaldyntest.c30 wchar_t buff[260]; in main()
H A Dsalstattest.c34 wchar_t buff[260]; in main()
/aoo42x/main/vcl/inc/unx/
H A DXIM.h59 wchar_t *wide_char;
/aoo42x/main/solenv/gbuild/platform/
H A Dwindows.mk132 -Zc:wchar_t- \
178 -Zc:wchar_t- \
/aoo42x/main/jurt/source/pipe/wrapper/
H A Dwrapper.c42 wchar_t path[32767]; in DllMain()
/aoo42x/main/graphite/
H A Dgraphite-2.3.1.patch65 -CPPFLAGS=/Zc:wchar_t- /nologo /W4 /GR /EHsc /I "./src/font" /I "./src/painter" /I "./src/segment" …
67 +###CPPFLAGS= /Zc:wchar_t- /nologo /W4 /GR /EHsc /I "./src/font" /I "./src/painter" /I "./src/segme…
1895 - wchar_t * prgchFontVar, int ichMax, int * pich,
1900 + wchar_t * /*prgchFontVar*/, int /*ichMax*/, int * /*pich*/,
2260 wchar_t rgchw[20];
2327 #pragma warning(disable: 4244) // conversion from wchar_t to char
2424 +#define wstring basic_string<wchar_t> //quick dirty hack for not finding _STL::wstring
H A Dgraphite-2.3.1.patch.mingw77 + m_stuFaceName.assign(reinterpret_cast<wchar_t*>(rgchwFace));
/aoo42x/main/solenv/inc/
H A Dset_wntx64.mk40 USE_CFLAGS_X64=-c -nologo -Gs $(NOLOGO) -Zm500 -Zc:wchar_t- -GR
H A Dwntmsci11.mk80 CFLAGS+=-Zm500 -Zc:wchar_t- -GR
H A Dwntmscx.mk80 CFLAGS+=-Zm500 -Zc:wchar_t- -GR
/aoo42x/main/sal/inc/sal/
H A Dtypes.h156 typedef wchar_t sal_Unicode;
/aoo42x/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcall.s192 cmp $1, %ecx / typelib_TypeClass_CHAR (wchar_t)
/aoo42x/main/external/mingwheaders/
H A Dmingw_headers.patch1788 wchar_t ch = getwc(stdin);
1789 // ASSERT(sizeof(wchar_t) == sizeof(wint_t));
/aoo42x/main/twain/inc/
H A Dtwain.h1880 typedef wchar_t TW_UNI512[512], FAR *pTW_UNI512;

Completed in 278 milliseconds