Searched refs:nLabels (Results 1 – 2 of 2) sorted by relevance
558 sal_uInt32 nLabels = INetURLObject::scanDomain(p, pBuffer + nEnd, false); in scanDomain() local560 return nLabels; in scanDomain()717 sal_uInt32 nLabels = scanDomain(rText, &i, rEnd); in FindFirstURLInText() local718 if (nLabels >= 3 in FindFirstURLInText()797 sal_uInt32 nLabels = scanDomain(rText, &i, rEnd); in FindFirstURLInText() local798 if (nLabels >= 1 && i != rEnd && rText.GetChar(i) == '\\') in FindFirstURLInText()840 sal_uInt32 nLabels = scanDomain(rText, &i, rEnd); in FindFirstURLInText() local841 if (nLabels >= 1 in FindFirstURLInText()
814 sal_uInt32 nLabels = scanDomain(pDomainEnd, pEnd); in setAbsURIRef() local815 if (nLabels > 0 && pDomainEnd != pEnd && *pDomainEnd == '@') in setAbsURIRef()822 else if (nLabels >= 3 in setAbsURIRef()5372 sal_Int32 nLabels = 0; in scanDomain() local5380 ++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()
Completed in 38 milliseconds