Lines Matching refs:nEnd

209  bool lcl_HasStrongLTR ( const String& rTxt, xub_StrLen nStart, xub_StrLen nEnd )  in lcl_HasStrongLTR()  argument
211 for ( xub_StrLen nCharIdx = nStart; nCharIdx < nEnd; ++nCharIdx ) in lcl_HasStrongLTR()
379 bool lcl_HasOnlyBlanks( const XubString& rTxt, xub_StrLen nStt, xub_StrLen nEnd ) in lcl_HasOnlyBlanks() argument
382 while ( nStt < nEnd ) in lcl_HasOnlyBlanks()
807 const xub_StrLen nEnd = (xub_StrLen)rRange.Max() + 1; in InitScriptInfo() local
810 aHiddenChg.push_back( nEnd ); in InitScriptInfo()
955 xub_StrLen nEnd = in InitScriptInfo() local
958 if( nEnd > rTxt.Len() ) in InitScriptInfo()
959 nEnd = rTxt.Len(); in InitScriptInfo()
967 nChg = nEnd; in InitScriptInfo()
970 sal_uInt8 nNextScript = ( nEnd < rTxt.Len() ) ? in InitScriptInfo()
971 (sal_uInt8)pBreakIt->GetBreakIter()->getScriptType( rTxt, nEnd ) : in InitScriptInfo()
976 aScriptChg.insert( aScriptChg.begin() + nCnt, nEnd ); in InitScriptInfo()
1335 const xub_StrLen nEnd = GetDirChg( nDirIdx ); in InitScriptInfo() local
1338 …( nCurrDirType > UBIDI_LTR && !lcl_HasStrongLTR( rTxt, nStart, nEnd ) ) ) // non-strong text in em… in InitScriptInfo()
1367 while ( nScriptIdx < aScriptChg.size() && GetScriptChg( nScriptIdx ) <= nEnd ) in InitScriptInfo()
1374 aScriptChg.insert( aScriptChg.begin() + nScriptIdx, nEnd ); in InitScriptInfo()
1417 int32_t nEnd; in UpdateBidiInfo() local
1423 ubidi_getLogicalRun( pBidi, nStart, &nEnd, &nCurrDir ); in UpdateBidiInfo()
1424 aDirChg.push_back( (sal_uInt16)nEnd ); in UpdateBidiInfo()
1426 nStart = nEnd; in UpdateBidiInfo()
1446 sal_uInt16 nEnd = CountScriptChg(); in NextScriptChg() local
1447 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in NextScriptChg()
1463 sal_uInt16 nEnd = CountScriptChg(); in ScriptType() local
1464 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in ScriptType()
1478 sal_uInt16 nEnd = CountDirChg(); in NextDirChg() local
1479 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in NextDirChg()
1482 ( nX + 1 == nEnd || GetDirType( nX + 1 ) <= nCurrDir ) ) in NextDirChg()
1491 sal_uInt16 nEnd = CountDirChg(); in DirType() local
1492 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in DirType()
1507 const xub_StrLen nStt, const xub_StrLen nEnd, in MaskHiddenRanges() argument
1524 if ( nHiddenEnd < nStt || nHiddenStart > nEnd ) in MaskHiddenRanges()
1527 while ( nHiddenStart < nHiddenEnd && nHiddenStart < nEnd ) in MaskHiddenRanges()
1529 if ( nHiddenStart >= nStt && nHiddenStart < nEnd ) in MaskHiddenRanges()
1663 sal_uInt16 nEnd = CountHiddenChg(); in GetBoundsOfHiddenRange() local
1664 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in GetBoundsOfHiddenRange()
1681 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in GetBoundsOfHiddenRange()
1712 sal_uInt16 nEnd = CountCompChg(); in CompType() local
1713 for( sal_uInt16 nX = 0; nX < nEnd; ++nX ) in CompType()
1736 xub_StrLen nEnd = nStart + nLen; in HasKana() local
1743 if ( nKanaStart >= nEnd ) in HasKana()
1900 const xub_StrLen nEnd = nStt + nLen; in KashidaJustify() local
1905 if ( nEnd <= GetKashida( nCntKashEnd ) ) in KashidaJustify()
1932 while ( nIdx < nEnd ) in KashidaJustify()
1941 … nIdx = nCntKash < CountKashida() && IsKashidaValid ( nCntKash ) ? GetKashida( nCntKash ) : nEnd; in KashidaJustify()
1942 if ( nIdx > nEnd ) in KashidaJustify()
1943 nIdx = nEnd; in KashidaJustify()
1979 const xub_StrLen nEnd = nStt + nLen; in IsArabicText() local
1980 while ( nIdx < nEnd && !rCC.isLetterNumeric( rTxt, (xub_StrLen)nIdx ) ) in IsArabicText()
1985 if( nIdx == nEnd ) in IsArabicText()
2054 const xub_StrLen nEnd = nStt + nLen; in MarkOrClearKashidaInvalid() local
2058 if ( nEnd <= GetKashida( nCntKash ) ) in MarkOrClearKashidaInvalid()
2103 const xub_StrLen nEnd = nStt + nLen; in GetKashidaPositions() local
2108 if ( nEnd <= GetKashida( nCntKashEnd ) ) in GetKashidaPositions()
2402 const xub_StrLen nEnd = *pTxtAttr->End(); in CalcHiddenRanges() local
2403 if( nEnd > nSt ) in CalcHiddenRanges()
2405 Range aTmp( nSt, nEnd - 1 ); in CalcHiddenRanges()