Searched refs:nCurrDirType (Results 1 – 2 of 2) sorted by relevance
1331 const sal_uInt8 nCurrDirType = GetDirType( nDirIdx ); in InitScriptInfo() local1337 if ( nCurrDirType % 2 == UBIDI_RTL || // text in RTL run in InitScriptInfo()1338 …( nCurrDirType > UBIDI_LTR && !lcl_HasStrongLTR( rTxt, nStart, nEnd ) ) ) // non-strong text in em… in InitScriptInfo()
1819 const sal_uInt8 nCurrDirType = rDirInfos[n].nType; in InitScriptTypes() local1821 if ( nCurrDirType % 2 == UBIDI_RTL || // text in RTL run in InitScriptTypes()1822 …( nCurrDirType > UBIDI_LTR && !lcl_HasStrongLTR( aText, nStart, nEnd ) ) ) // non-strong text in e… in InitScriptTypes()
Completed in 48 milliseconds