Lines Matching refs:pBegin

613 guessFSysStyleByCounting(sal_Unicode const * pBegin,  in guessFSysStyleByCounting()  argument
622 DBG_ASSERT(std::numeric_limits< sal_Int32 >::min() < pBegin - pEnd in guessFSysStyleByCounting()
623 && pEnd - pBegin <= std::numeric_limits< sal_Int32 >::max(), in guessFSysStyleByCounting()
634 while (pBegin != pEnd) in guessFSysStyleByCounting()
635 switch (*pBegin++) in guessFSysStyleByCounting()
2033 sal_Unicode const * pBegin = aSynExtURIRef.getStr(); in convertIntToExt() local
2034 sal_Unicode const * pEnd = pBegin + aSynExtURIRef.getLength(); in convertIntToExt()
2035 sal_Unicode const * p = pBegin; in convertIntToExt()
2041 aSynExtURIRef.replaceAt(0, p - pBegin, in convertIntToExt()
2061 sal_Unicode const * pBegin = aSynIntURIRef.getStr(); in convertExtToInt() local
2062 sal_Unicode const * pEnd = pBegin + aSynIntURIRef.getLength(); in convertExtToInt()
2063 sal_Unicode const * p = pBegin; in convertExtToInt()
2069 aSynIntURIRef.replaceAt(0, p - pBegin, in convertExtToInt()
2802 sal_Unicode const * pBegin, sal_Unicode const * pEnd, bool bOctets, in parseHostOrNetBiosName() argument
2807 if (pBegin < pEnd) in parseHostOrNetBiosName()
2809 sal_Unicode const * p = pBegin; in parseHostOrNetBiosName()
2815 while (pBegin < pEnd) in parseHostOrNetBiosName()
2818 sal_uInt32 nUTF32 = getUTF32(pBegin, pEnd, bOctets, '%', in parseHostOrNetBiosName()
2932 sal_Unicode const ** pBegin, in parsePath() argument
2944 DBG_ASSERT(pBegin, "INetURLObject::parsePath(): Null output param"); in parsePath()
2946 sal_Unicode const * pPos = *pBegin; in parsePath()
3410 *pBegin = pPos; in parsePath()
3701 sal_Unicode const * pBegin = m_aAbsURIRef.getStr() in getIMAPUID() local
3704 sal_Unicode const * pEnd = pBegin + m_aPath.getLength(); in getIMAPUID()
3706 while (p > pBegin && INetMIME::isDigit(p[-1])) in getIMAPUID()
3724 rtl::OUString INetURLObject::encodeText(sal_Unicode const * pBegin, in encodeText() argument
3732 while (pBegin < pEnd) in encodeText()
3735 sal_uInt32 nUTF32 = getUTF32(pBegin, pEnd, bOctets, cEscapePrefix, in encodeText()
3745 rtl::OUString INetURLObject::decode(sal_Unicode const * pBegin, in decode() argument
3754 return rtl::OUString(pBegin, pEnd - pBegin); in decode()
3764 while (pBegin < pEnd) in decode()
3767 sal_uInt32 nUTF32 = getUTF32(pBegin, pEnd, false, cEscapePrefix, in decode()
3868 sal_Unicode const * pBegin = pCoreBegin; in getAbbreviated() local
3870 sal_Unicode const * pPrefixBegin = pBegin; in getAbbreviated()
3886 aSegment(decode(p + (p == pBegin && pBegin != pCoreBegin ? in getAbbreviated()
3894 if (pSuffixEnd != pBegin) in getAbbreviated()
3911 if (pBegin == pEnd) in getAbbreviated()
3946 pBegin = pPrefixBegin; in getAbbreviated()
3952 if (pBegin == pEnd) in getAbbreviated()
3959 if (pPrefixBegin != pBegin || pSuffixEnd != pEnd) in getAbbreviated()