HomeSort by relevance Sort by last modified time
    Searched refs:featureTable (Results 1 - 4 of 4) sorted by null

  /external/icu4c/layout/
LookupProcessor.cpp 106 le_int32 LookupProcessor::selectLookups(const FeatureTable *featureTable, FeatureMask featureMask, le_int32 order)
108 le_uint16 lookupCount = featureTable? SWAPW(featureTable->lookupCount) : 0;
112 le_uint16 lookupListIndex = SWAPW(featureTable->lookupListIndexArray[lookup]);
175 const FeatureTable *featureTable = NULL;
178 const FeatureTable *requiredFeatureTable = NULL;
188 featureTable = featureListTable->getFeatureTable(featureIndex, &featureTag);
189 featureReferences += SWAPW(featureTable->lookupCount)
    [all...]
MorphTables.h 41 FeatureTableEntry featureTable[ANY_NUMBER];
LookupProcessor.h 28 struct FeatureTable;
62 le_int32 selectLookups(const FeatureTable *featureTable, FeatureMask featureMask, le_int32 order);
MorphTables.cpp 35 (const MorphSubtableHeader *)&chainHeader->featureTable[nFeatureEntries];

Completed in 55 milliseconds