Searched refs:nUriEnd (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/svl/source/misc/ |
| H A D | urihelper.cxx | 658 xub_StrLen nUriEnd = i; in FindFirstURLInText() local 660 && checkWChar(rCharClass, rText, &i, &nUriEnd, true, in FindFirstURLInText() 666 && checkWChar(rCharClass, rText, &i, &nUriEnd)) ; in FindFirstURLInText() 668 if (nUriEnd != nPrefixEnd in FindFirstURLInText() 669 && isBoundary1(rCharClass, rText, nUriEnd, rEnd)) in FindFirstURLInText() 672 nUriEnd - nPos), in FindFirstURLInText() 678 rEnd = nUriEnd; in FindFirstURLInText() 688 xub_StrLen nUriEnd = i; in FindFirstURLInText() local 690 && checkWChar(rCharClass, rText, &i, &nUriEnd)) ; in FindFirstURLInText() 695 && checkWChar(rCharClass, rText, &i, &nUriEnd)) ; in FindFirstURLInText() [all …]
|