lstrlenW          229 chrome/installer/mini_installer/decompress.cc   const wchar_t* source_name = source + lstrlenW(source);
lstrlenW          316 media/video/capture/win/video_capture_device_win.cc           lstrlenW(str_ptr) < name_length ||
lstrlenW          239 sandbox/win/src/policy_engine_opcodes.cc   int lenght = lstrlenW(match_str);
lstrlenW          155 third_party/wtl/include/atlapp.h #ifndef lstrlenW
lstrlenW          156 third_party/wtl/include/atlapp.h   #define lstrlenW	(int)ATL::lstrlenW
lstrlenW          193 third_party/wtl/include/atlapp.h #ifdef lstrlenW
lstrlenW          706 third_party/wtl/include/atlapp.h 		if(cchDest > (size_t)lstrlenW(lpstrSrc))
lstrlenW          761 third_party/wtl/include/atlapp.h 			cchCount = __min(cchDest - 1, size_t(lstrlenW(lpstrSrc)));
lstrlenW          802 third_party/wtl/include/atlapp.h 		if(cchDest > (size_t)lstrlenW(lpstrSrc))
lstrlenW         1005 third_party/wtl/include/atldlgs.h 			if(lstrlenW(lpstrName) < cchLength)
lstrlenW         3217 third_party/wtl/include/atldlgs.h 			int nSize = lstrlenW(lpstr) + 1;
lstrlenW          575 third_party/wtl/include/atltheme.h 		int cchLen = lstrlenW(lpstrThemeClassList) + 1;
lstrlenW          587 third_party/wtl/include/atltheme.h 		int cchLen = lstrlenW(m_lpstrThemeClassList) + 1;