Searched refs:nCntLookupTable (Results 1 – 2 of 2) sorted by relevance
208 const sal_uInt16 nCntLookupTable = NEXT_UShort( pLookupHeader ); in ReadGSUB() local209 if( pGsubLimit < pLookupHeader + 2 * nCntLookupTable ) in ReadGSUB()211 for( sal_uInt16 nLookupIdx = 0; nLookupIdx < nCntLookupTable; ++nLookupIdx ) in ReadGSUB()
2496 const sal_uInt16 nCntLookupTable = GetUShort( pLookupHeader ); in ApplyGSUB() local2498 for( sal_uInt16 nLookupIdx = 0; nLookupIdx < nCntLookupTable; ++nLookupIdx ) in ApplyGSUB()
Completed in 31 milliseconds