Searched refs:pwszStart (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A DRTUtf16NLen.cpp37 PCRTUTF16 pwszStart = pwszString; local
40 return pwszString - pwszStart;
H A Dutf-16.cpp55 PCRTUTF16 pwszStart = pwsz; local
97 *pcwcActual = pwsz - pwszStart;
/vbox/src/VBox/Runtime/r3/win/
H A Dfs-win.cpp155 PRTUTF16 pwszStart = *ppwszFsRoot;
156 if (!GetVolumeInformationW(pwszStart, NULL, 0, NULL, NULL, 0, NULL, 0))
158 PRTUTF16 pwszEnd = pwszStart + RTUtf16Len(pwszStart);
159 PRTUTF16 pwszMin = pwszStart + 2;
168 } while (!GetVolumeInformationW(pwszStart, NULL, 0, NULL, NULL, 0, NULL, 0));
/vbox/include/iprt/
H A Dstring.h3990 * @param pwszStart Pointer to the start of the string.
3993 RTDECL(PRTUTF16) RTUtf16PrevCp(PCRTUTF16 pwszStart, PCRTUTF16 pwsz);

Completed in 1630 milliseconds