Searched defs:strlenW (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dunicode.h224 WINE_UNICODE_INLINE unsigned int strlenW( const WCHAR *str );
225 WINE_UNICODE_INLINE unsigned int strlenW( const WCHAR *str ) function
261 strcpyW( dst + strlenW(dst), src );
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dunicode.h206 WINE_UNICODE_INLINE unsigned int strlenW( const WCHAR *str ) function
238 strcpyW( dst + strlenW(dst), src );
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dunicode.h224 WINE_UNICODE_INLINE unsigned int strlenW( const WCHAR *str );
225 WINE_UNICODE_INLINE unsigned int strlenW( const WCHAR *str ) function
261 strcpyW( dst + strlenW(dst), src );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dunicode.h206 WINE_UNICODE_INLINE unsigned int strlenW( const WCHAR *str ) function
238 strcpyW( dst + strlenW(dst), src );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dunicode.h223 WINE_UNICODE_INLINE unsigned int strlenW( const WCHAR *str );
224 WINE_UNICODE_INLINE unsigned int strlenW( const WCHAR *str ) function
260 strcpyW( dst + strlenW(dst), src );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dunicode.h224 WINE_UNICODE_INLINE unsigned int strlenW( const WCHAR *str );
225 WINE_UNICODE_INLINE unsigned int strlenW( const WCHAR *str ) function
261 strcpyW( dst + strlenW(dst), src );

Completed in 48 milliseconds