Searched refs:strlenW (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dfold.c134 srclen = strlenW(src) + 1; /* Include terminating NUL in count */
H A Dstring.c337 else max = strlenW(str);
/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/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/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 );
/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/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 );

Completed in 116 milliseconds