Home
last modified time | relevance | path

Searched refs:dligFeatureMask (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/layout/
DArabicShaping.cpp76 #define dligFeatureMask 0x00800000UL macro
85 …kFeatureMask | ccmpFeatureMask | rligFeatureMask | caltFeatureMask | dligFeatureMask | cswhFeature…
98 {dligFeatureTag, dligFeatureMask},
DOpenTypeLayoutEngine.cpp74 #define dligFeatureMask 0x00400000UL macro
190 if (typoFlags & LE_DLIG_FEATURE_FLAG) fFeatureMask |= dligFeatureMask; in applyTypoFlags()