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

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/
H A DUIWizardCloneVDPageBasic4.cpp108 int iLen; local
109 while (iLen = strFileName.length(), iLen > 0 && strFileName[iLen - 1] == '.')
110 strFileName.truncate(iLen - 1);
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/
H A DUIWizardNewVDPageBasic3.cpp143 int iLen; local
144 while (iLen = strFileName.length(), iLen > 0 && strFileName[iLen - 1] == '.')
145 strFileName.truncate(iLen - 1);
/vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/
H A DVBoxGuestInstallHelper.cpp176 int iLen = strlen(pszString) + 2; local
177 WCHAR *pwString = (WCHAR*)HeapAlloc(GetProcessHeap(), 0, iLen * sizeof(WCHAR));
182 if (MultiByteToWideChar(CP_ACP, 0, pszString, -1, pwString, iLen) == 0)
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_aalinetemp.h124 GLint iLen, i; local
218 iLen = (GLint) line.len;
221 for (i = 0; i < iLen; i++) {
/vbox/src/VBox/Installer/win/StubBld/
H A DVBoxStubBld.cpp255 size_t iLen = 0; local
/vbox/src/libs/libxml2-2.6.31/
H A Dcatalog.c3236 int i, iLen; local
3251 iLen = strlen(path);
3252 for(i = 0; i < iLen; i++) {
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dvfw.h567 int iLen; member in struct:__anon13895
1620 BOOL VFWAPI DrawDibChangePalette(HDRAWDIB hdd, int iStart, int iLen, LPPALETTEENTRY lppe);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dvfw.h567 int iLen; member in struct:__anon1249
1620 BOOL VFWAPI DrawDibChangePalette(HDRAWDIB hdd, int iStart, int iLen, LPPALETTEENTRY lppe);

Completed in 117 milliseconds