Searched refs:nFeatureIndex (Results 1 – 2 of 2) sorted by relevance
136 const sal_uInt16 nFeatureIndex = NEXT_UShort( pLangSys ); in ReadGSUB() local137 aFeatureIndexList.push_back( nFeatureIndex ); in ReadGSUB()154 const sal_uInt16 nFeatureIndex = NEXT_UShort( pLangSys ); in ReadGSUB() local155 aFeatureIndexList.push_back( nFeatureIndex ); in ReadGSUB()173 for( sal_uInt16 nFeatureIndex = 0; nFeatureIndex < nCntFeature; ++nFeatureIndex ) in ReadGSUB() local179 if( aFeatureIndexList[0] != nFeatureIndex ) // do not ignore the required feature in ReadGSUB()181 …st int nRequested = std::count( aFeatureIndexList.begin(), aFeatureIndexList.end(), nFeatureIndex); in ReadGSUB()
2431 const sal_uInt16 nFeatureIndex = GetUShort( pLangSys ); in ApplyGSUB() local2433 aFeatureIndexList.push_back( nFeatureIndex ); in ApplyGSUB()2446 const sal_uInt16 nFeatureIndex = GetUShort( pLangSys ); in ApplyGSUB() local2448 aFeatureIndexList.push_back( nFeatureIndex ); in ApplyGSUB()2463 for( sal_uInt16 nFeatureIndex = 0; nFeatureIndex < nCntFeature; ++nFeatureIndex ) in ApplyGSUB() local2470 if( aFeatureIndexList[0] != nFeatureIndex ) // required feature? in ApplyGSUB()2472 …st int nRequested = std::count( aFeatureIndexList.begin(), aFeatureIndexList.end(), nFeatureIndex); in ApplyGSUB()
Completed in 20 milliseconds