Home
last modified time | relevance | path

Searched refs:nLabels (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/tools/source/fsys/
H A Durlobj.cxx814 sal_uInt32 nLabels = scanDomain(pDomainEnd, pEnd); in setAbsURIRef() local
815 if (nLabels > 0 && pDomainEnd != pEnd && *pDomainEnd == '@') in setAbsURIRef()
822 else if (nLabels >= 3 in setAbsURIRef()
5372 sal_Int32 nLabels = 0; in scanDomain() local
5380 ++nLabels; in scanDomain()
5384 if (bEager || nLabels == 0) in scanDomain()
5387 return nLabels; in scanDomain()
5407 return nLabels; in scanDomain()
5423 return nLabels; in scanDomain()
/trunk/main/svl/source/misc/
H A Durihelper.cxx558 sal_uInt32 nLabels = INetURLObject::scanDomain(p, pBuffer + nEnd, false); in scanDomain() local
560 return nLabels; in scanDomain()
717 sal_uInt32 nLabels = scanDomain(rText, &i, rEnd); in FindFirstURLInText() local
718 if (nLabels >= 3 in FindFirstURLInText()
797 sal_uInt32 nLabels = scanDomain(rText, &i, rEnd); in FindFirstURLInText() local
798 if (nLabels >= 1 && i != rEnd && rText.GetChar(i) == '\\') in FindFirstURLInText()
840 sal_uInt32 nLabels = scanDomain(rText, &i, rEnd); in FindFirstURLInText() local
841 if (nLabels >= 1 in FindFirstURLInText()

Completed in 35 milliseconds