Home
last modified time | relevance | path

Searched refs:frontBegin (Results 1 – 4 of 4) sorted by relevance

/trunk/main/tools/source/misc/
H A Dpathutils.cxx52 WCHAR * path, WCHAR const * frontBegin, WCHAR const * frontEnd, in buildPath() argument
62 if (frontEnd - frontBegin < 2 || frontEnd[-1] != L'\\' || in buildPath()
65 (frontEnd - frontBegin < 3 || frontEnd[-3] == L'\\' || in buildPath()
67 (frontEnd - frontBegin < 4 || frontEnd[-4] == L'\\'))))) in buildPath()
72 while (p != frontBegin && p[-1] != L'\\') { in buildPath()
75 if (p == frontBegin) { in buildPath()
88 static_cast< std::size_t >(MAX_PATH - (frontEnd - frontBegin))) in buildPath()
92 if (frontBegin == path) { in buildPath()
96 while (frontBegin != frontEnd) { in buildPath()
97 *p++ = *frontBegin++; in buildPath()
/trunk/main/cli_ure/source/native/
H A Dpath.cxx52 WCHAR * path, WCHAR const * frontBegin, WCHAR const * frontEnd, in buildPath() argument
62 if (frontEnd - frontBegin < 2 || frontEnd[-1] != L'\\' || in buildPath()
65 (frontEnd - frontBegin < 3 || frontEnd[-3] == L'\\' || in buildPath()
67 (frontEnd - frontBegin < 4 || frontEnd[-4] == L'\\'))))) in buildPath()
72 while (p != frontBegin && p[-1] != L'\\') { in buildPath()
75 if (p == frontBegin) { in buildPath()
88 static_cast< std::size_t >(MAX_PATH - (frontEnd - frontBegin))) in buildPath()
92 if (frontBegin == path) { in buildPath()
96 while (frontBegin != frontEnd) { in buildPath()
97 *p++ = *frontBegin++; in buildPath()
/trunk/main/desktop/win32/source/
H A Dunoinfo.cxx60 wchar_t const * frontBegin, wchar_t const * frontEnd, in writePath() argument
65 path, frontBegin, frontEnd, backBegin, backLength); in writePath()
/trunk/main/tools/inc/tools/
H A Dpathutils.hxx77 WCHAR * path, WCHAR const * frontBegin, WCHAR const * frontEnd,

Completed in 16 milliseconds