Lines Matching refs:sal_Unicode

315     sal_Unicode const * p1 = rThisString.getStr() + m_nBegin;  in compare()
316 sal_Unicode const * end = p1 + len; in compare()
317 sal_Unicode const * p2 = rOtherString.getStr() + rOther.m_nBegin; in compare()
446 rTheText.append(sal_Unicode(cEscapePrefix)); in appendEscape()
447 rTheText.append(sal_Unicode(INetMIME::getHexDigit(int(nOctet >> 4)))); in appendEscape()
448 rTheText.append(sal_Unicode(INetMIME::getHexDigit(int(nOctet & 15)))); in appendEscape()
613 guessFSysStyleByCounting(sal_Unicode const * pBegin, in guessFSysStyleByCounting()
614 sal_Unicode const * pEnd, in guessFSysStyleByCounting()
657 sal_Unicode const ** begin, sal_Unicode const * end, in parseScheme()
660 sal_Unicode const * p = *begin; in parseScheme()
690 sal_Unicode const * pPos = rTheAbsURIRef.getStr(); in setAbsURIRef()
691 sal_Unicode const * pEnd = pPos + rTheAbsURIRef.getLength(); in setAbsURIRef()
700 sal_Unicode const * p = pPos; in setAbsURIRef()
712 m_aScheme = SubString( 0, sTemp.indexOf(static_cast< sal_Unicode >(':')) ); in setAbsURIRef()
766 sal_Unicode const * p1 = pPos; in setAbsURIRef()
798 sal_Unicode const * pe = n == -1 ? pEnd : p1 + n; in setAbsURIRef()
813 sal_Unicode const * pDomainEnd = p1; in setAbsURIRef()
836 sal_Unicode const * p1 = pPos; in setAbsURIRef()
861 aSynAbsURIRef.append(sal_Unicode(':')); in setAbsURIRef()
874 sal_Unicode const * pUserInfoBegin = 0; in setAbsURIRef()
875 sal_Unicode const * pUserInfoEnd = 0; in setAbsURIRef()
876 sal_Unicode const * pHostPortBegin = 0; in setAbsURIRef()
877 sal_Unicode const * pHostPortEnd = 0; in setAbsURIRef()
1012 sal_Unicode const * p1 = pPos + 2; in setAbsURIRef()
1084 sal_Unicode const * p1 = pPos + 2; in setAbsURIRef()
1085 sal_Unicode const * pe = p1; in setAbsURIRef()
1195 sal_Unicode const * pAuthority = pPos; in setAbsURIRef()
1203 sal_Unicode const * p1 = pAuthority; in setAbsURIRef()
1250 sal_Unicode const * p1 = pUserInfoBegin; in setAbsURIRef()
1286 aSynAbsURIRef.append(sal_Unicode(':')); in setAbsURIRef()
1326 aSynAbsURIRef.append(sal_Unicode('@')); in setAbsURIRef()
1331 sal_Unicode const * pPort = pHostPortEnd; in setAbsURIRef()
1334 sal_Unicode const * p1 = pHostPortEnd - 1; in setAbsURIRef()
1380 aSynAbsURIRef.append(sal_Unicode(':')); in setAbsURIRef()
1405 aSynAbsURIRef.append(sal_Unicode('?')); in setAbsURIRef()
1422 aSynAbsURIRef.append(sal_Unicode(nFragmentDelimiter)); in setAbsURIRef()
1458 sal_Unicode const * p = rTheRelURIRef.getStr(); in convertRelToAbs()
1459 sal_Unicode const * pEnd = p + rTheRelURIRef.getLength(); in convertRelToAbs()
1461 sal_Unicode const * pPrefixBegin = p; in convertRelToAbs()
1501 sal_Unicode const * q = p; in convertRelToAbs()
1512 sal_Unicode const * qe = n == -1 ? pEnd : q + n; in convertRelToAbs()
1609 sal_Unicode const * pSchemeBegin in convertRelToAbs()
1611 sal_Unicode const * pSchemeEnd = pSchemeBegin; in convertRelToAbs()
1618 aSynAbsURIRef.append(sal_Unicode(':')); in convertRelToAbs()
1686 aSynAbsURIRef.append(sal_Unicode('/')); in convertRelToAbs()
1720 sal_Unicode const * pBasePathBegin in convertRelToAbs()
1722 sal_Unicode const * pBasePathEnd in convertRelToAbs()
1790 aSynAbsURIRef.append(sal_Unicode('/')); in convertRelToAbs()
1825 aSynAbsURIRef.append(sal_Unicode('#')); in convertRelToAbs()
1906 sal_Unicode const * pBasePathBegin in convertAbsToRel()
1908 sal_Unicode const * pBasePathEnd = pBasePathBegin + m_aPath.getLength(); in convertAbsToRel()
1909 sal_Unicode const * pSubjectPathBegin in convertAbsToRel()
1911 sal_Unicode const * pSubjectPathEnd in convertAbsToRel()
1916 sal_Unicode const * pSlash = 0; in convertAbsToRel()
1917 sal_Unicode const * p1 = pBasePathBegin; in convertAbsToRel()
1918 sal_Unicode const * p2 = pSubjectPathBegin; in convertAbsToRel()
1928 sal_Unicode c = *p1++; in convertAbsToRel()
1961 for (sal_Unicode const * p = pBasePathBegin + nMatch; p != pBasePathEnd; in convertAbsToRel()
1983 for (sal_Unicode const * p = pSubjectPathBegin + nMatch; in convertAbsToRel()
2006 aSynRelURIRef.append(sal_Unicode('?')); in convertAbsToRel()
2012 aSynRelURIRef.append(sal_Unicode('#')); in convertAbsToRel()
2033 sal_Unicode const * pBegin = aSynExtURIRef.getStr(); in convertIntToExt()
2034 sal_Unicode const * pEnd = pBegin + aSynExtURIRef.getLength(); in convertIntToExt()
2035 sal_Unicode const * p = pBegin; in convertIntToExt()
2061 sal_Unicode const * pBegin = aSynIntURIRef.getStr(); in convertExtToInt()
2062 sal_Unicode const * pEnd = pBegin + aSynIntURIRef.getLength(); in convertExtToInt()
2063 sal_Unicode const * p = pBegin; in convertExtToInt()
2080 INetURLObject::getPrefix(sal_Unicode const *& rBegin, in getPrefix()
2081 sal_Unicode const * pEnd) in getPrefix()
2178 sal_Unicode const * pMatched = rBegin; in getPrefix()
2179 sal_Unicode const * p = rBegin; in getPrefix()
2272 m_aAbsURIRef.insert(m_aHost.getBegin(), sal_Unicode('@')); in setUser()
2333 m_aAbsURIRef.insert(m_aUser.getEnd(), sal_Unicode(':')); in setPassword()
2349 m_aAbsURIRef.insert(m_aPath.getBegin(), sal_Unicode(':')); in setPassword()
2365 sal_Unicode const *& rBegin, sal_Unicode const * pEnd, in parseHost()
2385 sal_Unicode const * p = rBegin; in parseHost()
2392 aTheCanonic.append(sal_Unicode('[')); in parseHost()
2464 aTheCanonic.append(sal_Unicode('.')); in parseHost()
2527 aTheCanonic.append(sal_Unicode(':')); in parseHost()
2569 aTheCanonic.append(sal_Unicode(':')); in parseHost()
2584 aTheCanonic.append(sal_Unicode(':')); in parseHost()
2614 aTheCanonic.append(sal_Unicode(':')); in parseHost()
2623 aTheCanonic.append(sal_Unicode('.')); in parseHost()
2653 aTheCanonic.append(sal_Unicode(':')); in parseHost()
2693 aTheCanonic.append(sal_Unicode(':')); in parseHost()
2702 aTheCanonic.append(sal_Unicode('.')); in parseHost()
2736 aTheCanonic.append(sal_Unicode('.')); in parseHost()
2789 aTheCanonic.append(sal_Unicode(']')); in parseHost()
2802 sal_Unicode const * pBegin, sal_Unicode const * pEnd, bool bOctets, in parseHostOrNetBiosName()
2809 sal_Unicode const * p = pBegin; in parseHostOrNetBiosName()
2932 sal_Unicode const ** pBegin, in parsePath()
2933 sal_Unicode const * pEnd, in parsePath()
2946 sal_Unicode const * pPos = *pBegin; in parsePath()
2968 aTheSynPath.append(sal_Unicode('/')); in parsePath()
2988 aTheSynPath.append(sal_Unicode('/')); in parsePath()
2994 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3010 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3023 aTheSynPath.append(sal_Unicode(':')); in parsePath()
3031 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3059 aTheSynPath.append(sal_Unicode('*')); in parsePath()
3065 for (sal_Unicode const * p = pPos + 1;; ++p) in parsePath()
3095 aTheSynPath.append(sal_Unicode('@')); in parsePath()
3097 sal_Unicode const * p = pPos; in parsePath()
3147 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3208 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3214 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3224 sal_Unicode const * pPathEnd = pPos; in parsePath()
3227 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3254 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3274 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3297 aTheSynPath.append(sal_Unicode(':')); in parsePath()
3304 aTheSynPath.append(sal_Unicode('.')); in parsePath()
3315 aTheSynPath.append(sal_Unicode(nUTF32)); in parsePath()
3353 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3372 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3385 aTheSynPath.append(sal_Unicode('/')); in parsePath()
3421 sal_Unicode const * p = rThePath.getStr(); in setPath()
3422 sal_Unicode const * pEnd = p + rThePath.getLength(); in setPath()
3464 sal_Unicode const * pPathBegin in getSegment()
3466 sal_Unicode const * pPathEnd = pPathBegin + m_aPath.getLength(); in getSegment()
3467 sal_Unicode const * pSegBegin; in getSegment()
3468 sal_Unicode const * pSegEnd; in getSegment()
3513 sal_Unicode const * pPathBegin in insertName()
3515 sal_Unicode const * pPathEnd = pPathBegin + m_aPath.getLength(); in insertName()
3516 sal_Unicode const * pPrefixEnd; in insertName()
3518 sal_Unicode const * pSuffixBegin; in insertName()
3544 sal_Unicode const * pEnd = pPathEnd; in insertName()
3576 aNewPath.append(sal_Unicode('/')); in insertName()
3580 aNewPath.append(sal_Unicode('/')); in insertName()
3617 m_aAbsURIRef.insert(m_aPath.getEnd(), sal_Unicode('?')); in setQuery()
3652 m_aAbsURIRef.append(sal_Unicode('#')); in setFragment()
3686 sal_Unicode const * p = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in hasDosVolume()
3701 sal_Unicode const * pBegin = m_aAbsURIRef.getStr() in getIMAPUID()
3704 sal_Unicode const * pEnd = pBegin + m_aPath.getLength(); in getIMAPUID()
3705 sal_Unicode const * p = pEnd; in getIMAPUID()
3724 rtl::OUString INetURLObject::encodeText(sal_Unicode const * pBegin, in encodeText()
3725 sal_Unicode const * pEnd, bool bOctets, in encodeText()
3745 rtl::OUString INetURLObject::decode(sal_Unicode const * pBegin, in decode()
3746 sal_Unicode const * pEnd, in decode()
3772 aResult.append(sal_Unicode(nUTF32)); in decode()
3794 aResult.append(sal_Unicode(nUTF32)); in decode()
3841 sal_Unicode const * pSchemeBegin in getAbbreviated()
3843 sal_Unicode const * pSchemeEnd = pSchemeBegin; in getAbbreviated()
3852 aBuffer.append(static_cast< sal_Unicode >(':')); in getAbbreviated()
3854 sal_Unicode const * pCoreBegin in getAbbreviated()
3857 sal_Unicode const * pCoreEnd in getAbbreviated()
3868 sal_Unicode const * pBegin = pCoreBegin; in getAbbreviated()
3869 sal_Unicode const * pEnd = pCoreEnd; in getAbbreviated()
3870 sal_Unicode const * pPrefixBegin = pBegin; in getAbbreviated()
3871 sal_Unicode const * pSuffixEnd = pEnd; in getAbbreviated()
3878 sal_Unicode const * p = pSuffixEnd - 1; in getAbbreviated()
3916 sal_Unicode const * p in getAbbreviated()
3972 aBuffer.append(static_cast< sal_Unicode >('?')); in getAbbreviated()
3977 aBuffer.append(static_cast< sal_Unicode >('#')); in getAbbreviated()
4126 m_aAbsURIRef.append(sal_Unicode(':')); in ConcatData()
4162 m_aAbsURIRef.append(sal_Unicode(':')); in ConcatData()
4179 m_aAbsURIRef.append(sal_Unicode('@')); in ConcatData()
4227 m_aAbsURIRef.append(sal_Unicode(':')); in ConcatData()
4246 sal_Unicode const * p = rThePath.getStr(); in ConcatData()
4247 sal_Unicode const * pEnd = p + rThePath.getLength(); in ConcatData()
4310 sal_Unicode const * p = rTheAbsURIRef.getStr(); in CompareProtocolScheme()
4349 aHostPort.append(sal_Unicode(':')); in GetHostPort()
4361 sal_Unicode const * p = m_aAbsURIRef.getStr() + m_aPort.getBegin(); in GetPort()
4362 sal_Unicode const * pEnd = p + m_aPort.getLength(); in GetPort()
4381 m_aAbsURIRef.insert(m_aHost.getEnd(), sal_Unicode(':')); in SetPort()
4398 sal_Unicode const * p = m_aAbsURIRef.getStr() + m_aPort.getBegin(); in makePortCanonic()
4399 sal_Unicode const * pEnd = p + m_aPort.getLength(); in makePortCanonic()
4426 sal_Unicode const * p = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in getSegmentCount()
4427 sal_Unicode const * pEnd = p + m_aPath.getLength(); in getSegmentCount()
4448 aNewPath.append(sal_Unicode('/')); in removeSegment()
4455 aNewPath.append(sal_Unicode('/')); in removeSegment()
4471 sal_Unicode const * pSegBegin in getName()
4473 sal_Unicode const * pSegEnd = pSegBegin + aSegment.getLength(); in getName()
4477 sal_Unicode const * p = pSegBegin; in getName()
4494 sal_Unicode const * pPathBegin in setName()
4496 sal_Unicode const * pPathEnd = pPathBegin + m_aPath.getLength(); in setName()
4497 sal_Unicode const * pSegBegin in setName()
4499 sal_Unicode const * pSegEnd = pSegBegin + aSegment.getLength(); in setName()
4503 sal_Unicode const * p = pSegBegin; in setName()
4525 sal_Unicode const * pSegBegin in hasExtension()
4527 sal_Unicode const * pSegEnd = pSegBegin + aSegment.getLength(); in hasExtension()
4531 for (sal_Unicode const * p = pSegBegin; p != pSegEnd && *p != ';'; ++p) in hasExtension()
4546 sal_Unicode const * pSegBegin in getBase()
4548 sal_Unicode const * pSegEnd = pSegBegin + aSegment.getLength(); in getBase()
4552 sal_Unicode const * pExtension = 0; in getBase()
4553 sal_Unicode const * p = pSegBegin; in getBase()
4574 sal_Unicode const * pPathBegin in setBase()
4576 sal_Unicode const * pPathEnd = pPathBegin + m_aPath.getLength(); in setBase()
4577 sal_Unicode const * pSegBegin in setBase()
4579 sal_Unicode const * pSegEnd = pSegBegin + aSegment.getLength(); in setBase()
4583 sal_Unicode const * pExtension = 0; in setBase()
4584 sal_Unicode const * p = pSegBegin; in setBase()
4611 sal_Unicode const * pSegBegin in getExtension()
4613 sal_Unicode const * pSegEnd = pSegBegin + aSegment.getLength(); in getExtension()
4617 sal_Unicode const * pExtension = 0; in getExtension()
4618 sal_Unicode const * p = pSegBegin; in getExtension()
4639 sal_Unicode const * pPathBegin in setExtension()
4641 sal_Unicode const * pPathEnd = pPathBegin + m_aPath.getLength(); in setExtension()
4642 sal_Unicode const * pSegBegin in setExtension()
4644 sal_Unicode const * pSegEnd = pSegBegin + aSegment.getLength(); in setExtension()
4648 sal_Unicode const * pExtension = 0; in setExtension()
4649 sal_Unicode const * p = pSegBegin; in setExtension()
4658 aNewPath.append(sal_Unicode('.')); in setExtension()
4674 sal_Unicode const * pPathBegin in removeExtension()
4676 sal_Unicode const * pPathEnd = pPathBegin + m_aPath.getLength(); in removeExtension()
4677 sal_Unicode const * pSegBegin in removeExtension()
4679 sal_Unicode const * pSegEnd = pSegBegin + aSegment.getLength(); in removeExtension()
4683 sal_Unicode const * pExtension = 0; in removeExtension()
4684 sal_Unicode const * p = pSegBegin; in removeExtension()
4705 sal_Unicode const * pPathBegin in hasFinalSlash()
4707 sal_Unicode const * pPathEnd = pPathBegin + m_aPath.getLength(); in hasFinalSlash()
4717 sal_Unicode const * pPathBegin in setFinalSlash()
4719 sal_Unicode const * pPathEnd = pPathBegin + m_aPath.getLength(); in setFinalSlash()
4725 aNewPath.append(sal_Unicode('/')); in setFinalSlash()
4737 sal_Unicode const * pPathBegin in removeFinalSlash()
4739 sal_Unicode const * pPathEnd = pPathBegin + m_aPath.getLength(); in removeFinalSlash()
4758 sal_Unicode c = aFragment.getStr()[i]; in createFragment()
4771 sal_Unicode const * pFSysBegin = rFSysPath.getStr(); in setFSysPath()
4772 sal_Unicode const * pFSysEnd = pFSysBegin + rFSysPath.getLength(); in setFSysPath()
4799 sal_Unicode const * p = pFSysBegin + 2; in setFSysPath()
4814 sal_Unicode const * p = pFSysBegin + 2; in setFSysPath()
4850 sal_Unicode const * p = pFSysBegin; in setFSysPath()
4873 sal_Unicode const * p = pFSysBegin; in setFSysPath()
4895 sal_Unicode const * p = pFSysBegin; in setFSysPath()
4900 aSynAbsURIRef.append(sal_Unicode('/')); in setFSysPath()
4909 aSynAbsURIRef.append(sal_Unicode('/')); in setFSysPath()
4927 aSynAbsURIRef.append(sal_Unicode('/')); in setFSysPath()
4928 {for (sal_Unicode const * p = pFSysBegin; p != pFSysEnd; ++p) in setFSysPath()
4932 aSynAbsURIRef.append(sal_Unicode('/')); in setFSysPath()
4965 sal_Unicode * pDelimiter) const in getFSysPath()
5004 aSynFSysPath.append(sal_Unicode('.')); in getFSysPath()
5033 aSynFSysPath.append(sal_Unicode('\\')); in getFSysPath()
5035 sal_Unicode const * p in getFSysPath()
5037 sal_Unicode const * pEnd = p + m_aPath.getLength(); in getFSysPath()
5048 aSynFSysPath.append(sal_Unicode('\\')); in getFSysPath()
5064 sal_Unicode const * p in getFSysPath()
5066 sal_Unicode const * pEnd = p + m_aPath.getLength(); in getFSysPath()
5077 aSynFSysPath.append(sal_Unicode(':')); in getFSysPath()
5094 sal_Unicode const * p = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in HasMsgId()
5095 sal_Unicode const * pEnd = p + m_aPath.getLength(); in HasMsgId()
5108 sal_Unicode const * p = m_aAbsURIRef.getStr() + m_aPath.getBegin(); in GetMsgId()
5109 sal_Unicode const * pEnd = p + m_aPath.getLength(); in GetMsgId()
5225 rTheText.append(sal_Unicode(nUCS4)); in appendUCS4()
5230 sal_uInt32 INetURLObject::getUTF32(sal_Unicode const *& rBegin, in getUTF32()
5231 sal_Unicode const * pEnd, bool bOctets, in getUTF32()
5298 sal_Unicode const * p = rBegin; in getUTF32()
5366 sal_uInt32 INetURLObject::scanDomain(sal_Unicode const *& rBegin, in scanDomain()
5367 sal_Unicode const * pEnd, in scanDomain()
5373 sal_Unicode const * pLastAlphanumeric = 0; in scanDomain()
5374 for (sal_Unicode const * p = rBegin;; ++p) in scanDomain()
5429 bool INetURLObject::scanIPv6reference(sal_Unicode const *& rBegin, in scanIPv6reference()
5430 sal_Unicode const * pEnd) in scanIPv6reference()
5433 sal_Unicode const * p = rBegin + 1; in scanIPv6reference()