Home
last modified time | relevance | path

Searched refs:frontEnd (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()
63 frontEnd[-2] == L'\\' || frontEnd[-2] == L':' || in buildPath()
64 (frontEnd[-2] == L'.' && in buildPath()
65 (frontEnd - frontBegin < 3 || frontEnd[-3] == L'\\' || in buildPath()
66 (frontEnd[-3] == L'.' && in buildPath()
67 (frontEnd - frontBegin < 4 || frontEnd[-4] == L'\\'))))) in buildPath()
71 WCHAR const * p = frontEnd - 1; in buildPath()
78 frontEnd = p; in buildPath()
93 p = const_cast< WCHAR * >(frontEnd); in buildPath()
[all …]
/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()
63 frontEnd[-2] == L'\\' || frontEnd[-2] == L':' || in buildPath()
64 (frontEnd[-2] == L'.' && in buildPath()
65 (frontEnd - frontBegin < 3 || frontEnd[-3] == L'\\' || in buildPath()
66 (frontEnd[-3] == L'.' && in buildPath()
67 (frontEnd - frontBegin < 4 || frontEnd[-4] == L'\\'))))) in buildPath()
71 WCHAR const * p = frontEnd - 1; in buildPath()
78 frontEnd = p; in buildPath()
93 p = const_cast< WCHAR * >(frontEnd); in buildPath()
[all …]
/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 27 milliseconds