Searched refs:GetScriptChg (Results 1 – 3 of 3) sorted by relevance
853 if ( nChg > GetScriptChg( nCnt ) ) in InitScriptInfo()892 const xub_StrLen nGrpStart = nCnt ? GetScriptChg( nCnt - 1 ) : 0; in InitScriptInfo()1347 while ( GetScriptChg( nScriptIdx ) <= nStart ) in InitScriptInfo()1350 const xub_StrLen nStartPosOfGroup = nScriptIdx ? GetScriptChg( nScriptIdx - 1 ) : 0; in InitScriptInfo()1353 ASSERT( nStartPosOfGroup <= nStart && GetScriptChg( nScriptIdx ) > nStart, in InitScriptInfo()1367 while ( nScriptIdx < aScriptChg.size() && GetScriptChg( nScriptIdx ) <= nEnd ) in InitScriptInfo()1387 nScriptChg = GetScriptChg( i2 ); in InitScriptInfo()1449 if( nPos < GetScriptChg( nX ) ) in NextScriptChg()1450 return GetScriptChg( nX ); in NextScriptChg()1466 if( nPos < GetScriptChg( nX ) ) in ScriptType()
112 nChg = pScriptInfo->GetScriptChg( nCnt ); in CtorInitAttrIter()
139 inline xub_StrLen GetScriptChg( const size_t nCnt ) const;356 inline xub_StrLen SwScriptInfo::GetScriptChg( const size_t nCnt ) const in GetScriptChg() function in SwScriptInfo
Completed in 24 milliseconds