Searched refs:nCntScript (Results 1 – 2 of 2) sorted by relevance
95 const sal_uInt16 nCntScript = NEXT_UShort( pScriptHeader ); in ReadGSUB() local96 if( pGsubLimit < pScriptHeader + 6 * nCntScript ) in ReadGSUB()98 for( sal_uInt16 nScriptIndex = 0; nScriptIndex < nCntScript; ++nScriptIndex ) in ReadGSUB()
2395 const sal_uInt16 nCntScript = GetUShort( pScriptHeader+0 ); in ApplyGSUB() local2397 for( sal_uInt16 nScriptIndex = 0; nScriptIndex < nCntScript; ++nScriptIndex ) in ApplyGSUB()
Completed in 22 milliseconds