Searched refs:frontBegin (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/tools/source/misc/ |
H A D | pathutils.cxx | 52 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()
|
/aoo41x/main/cli_ure/source/native/ |
H A D | path.cxx | 52 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()
|
/aoo41x/main/desktop/win32/source/ |
H A D | unoinfo.cxx | 60 wchar_t const * frontBegin, wchar_t const * frontEnd, in writePath() argument 65 path, frontBegin, frontEnd, backBegin, backLength); in writePath()
|
/aoo41x/main/tools/inc/tools/ |
H A D | pathutils.hxx | 77 WCHAR * path, WCHAR const * frontBegin, WCHAR const * frontEnd,
|
Completed in 20 milliseconds