Lines Matching refs:pSuffixEnd
3871 sal_Unicode const * pSuffixEnd = pEnd; in getAbbreviated() local
3878 sal_Unicode const * p = pSuffixEnd - 1; in getAbbreviated()
3879 if (pSuffixEnd == pCoreEnd && *p == '/') in getAbbreviated()
3888 pSuffixEnd, in getAbbreviated()
3892 pSuffixEnd = p; in getAbbreviated()
3894 if (pSuffixEnd != pBegin) in getAbbreviated()
3905 pEnd = pSuffixEnd; in getAbbreviated()
3909 if (pPrefixBegin > pSuffixEnd) in getAbbreviated()
3910 pPrefixBegin = pSuffixEnd; in getAbbreviated()
3950 if (pPrefixBegin > pSuffixEnd) in getAbbreviated()
3951 pSuffixEnd = pPrefixBegin; in getAbbreviated()
3959 if (pPrefixBegin != pBegin || pSuffixEnd != pEnd) in getAbbreviated()