Lines Matching refs:nEnd
203 sal_Int32 nRet = 0, nEnd = rOff.getLength(); in FindPosInSeq_Impl() local
204 while( nRet < nEnd && nPos > rOff[ nRet ] ) ++nRet; in FindPosInSeq_Impl()
882 sal_Int32 nStt, nEnd; in ApproxSrchFrwrd() local
893 nEnd = aWBnd.endPos > endPos ? endPos : aWBnd.endPos; in ApproxSrchFrwrd()
895 if( nStt < nEnd && in ApproxSrchFrwrd()
896 pWLD->WLD( aWTemp.getStr() + nStt, nEnd - nStt ) <= nLimit ) in ApproxSrchFrwrd()
902 aRet.endOffset[ 0 ] = nEnd; in ApproxSrchFrwrd()
906 nStt = nEnd - 1; in ApproxSrchFrwrd()
910 (aWBnd.endPos != aWTemp.getLength() && aWBnd.endPos != nEnd) ); in ApproxSrchFrwrd()
929 sal_Int32 nStt, nEnd; in ApproxSrchBkwrd() local
940 nEnd = aWBnd.endPos > startPos ? startPos : aWBnd.endPos; in ApproxSrchBkwrd()
942 if( nStt < nEnd && in ApproxSrchBkwrd()
943 pWLD->WLD( aWTemp.getStr() + nStt, nEnd - nStt ) <= nLimit ) in ApproxSrchBkwrd()
947 aRet.startOffset[ 0 ] = nEnd; in ApproxSrchBkwrd()