Searched refs:nCntFeature (Results 1 – 2 of 2) sorted by relevance
130 const sal_uInt16 nCntFeature = NEXT_UShort( pLangSys ); in ReadGSUB() local131 if( pGsubLimit < pLangSys + 2 * nCntFeature ) in ReadGSUB()134 for( sal_uInt16 i = 0; i < nCntFeature; ++i ) in ReadGSUB()148 const sal_uInt16 nCntFeature = NEXT_UShort( pLangSys ); in ReadGSUB() local149 if( pGsubLimit < pLangSys + 2 * nCntFeature ) in ReadGSUB()152 for( sal_uInt16 i = 0; i < nCntFeature; ++i ) in ReadGSUB()170 const sal_uInt16 nCntFeature = NEXT_UShort( pFeatureHeader ); in ReadGSUB() local171 if( pGsubLimit < pFeatureHeader + 6 * nCntFeature ) in ReadGSUB()173 for( sal_uInt16 nFeatureIndex = 0; nFeatureIndex < nCntFeature; ++nFeatureIndex ) in ReadGSUB()
2426 const sal_uInt16 nCntFeature = GetUShort( pLangSys+4 ); in ApplyGSUB() local2429 for( sal_uInt16 i = 0; i < nCntFeature; ++i ) in ApplyGSUB()2441 const sal_uInt16 nCntFeature = GetUShort( pLangSys+4 ); in ApplyGSUB() local2444 for( sal_uInt16 i = 0; i < nCntFeature; ++i ) in ApplyGSUB()2461 const sal_uInt16 nCntFeature = GetUShort( pFeatureHeader ); in ApplyGSUB() local2463 for( sal_uInt16 nFeatureIndex = 0; nFeatureIndex < nCntFeature; ++nFeatureIndex ) in ApplyGSUB()
Completed in 16 milliseconds