Home
last modified time | relevance | path

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

/AOO41X/main/tools/source/fsys/
H A Durlobj.cxx2947 rtl::OUStringBuffer aTheSynPath; in parsePath() local
2964 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
2967 if (aTheSynPath.getLength() == 0) in parsePath()
2968 aTheSynPath.append(sal_Unicode('/')); in parsePath()
2984 appendUCS4(aTheSynPath, nUTF32, eEscapeType, bOctets, in parsePath()
2987 if (aTheSynPath.getLength() == 0) in parsePath()
2988 aTheSynPath.append(sal_Unicode('/')); in parsePath()
2994 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3010 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3018 && aTheSynPath.getLength() == 2 in parsePath()
[all …]