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

  /external/icu4c/layout/
MorphTables2.cpp 42 le_int16 featureSetting = SWAPW(featureTableEntry.featureSetting);
47 if ((typoFlags & LE_Ligatures_FEATURE_ENUM ) && (featureSetting ^ 0x1)){
51 if (((typoFlags & LE_RLIG_FEATURE_FLAG) && featureSetting == requiredLigaturesOnSelector) ||
52 ((typoFlags & LE_CLIG_FEATURE_FLAG) && featureSetting == contextualLigaturesOnSelector) ||
53 ((typoFlags & LE_HLIG_FEATURE_FLAG) && featureSetting == historicalLigaturesOnSelector) ||
54 ((typoFlags & LE_LIGA_FEATURE_FLAG) && featureSetting == commonLigaturesOnSelector)) {
61 if ((typoFlags & LE_SMCP_FEATURE_FLAG) && featureSetting == smallCapsSelector) {
73 if ((typoFlags & LE_SWSH_FEATURE_FLAG) && (featureSetting ^ 0x1)){
83 if (((typoFlags & LE_FRAC_FEATURE_FLAG) && featureSetting == diagonalFractionsSelector) |
    [all...]
MorphTables.h 25 typedef le_int16 FeatureSetting;
30 FeatureSetting featureSetting;

Completed in 43 milliseconds