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

  /external/icu/icu4c/source/layout/
LETypes.h 652 #define LE_Ligatures_FEATURE_FLAG (1 << LE_Ligatures_FEATURE_ENUM)
680 #define LE_DEFAULT_FEATURE_FLAG (LE_Kerning_FEATURE_FLAG | LE_Ligatures_FEATURE_FLAG) /**< default features */
LayoutEngine.cpp 43 const le_int32 LayoutEngine::kTypoFlagLiga = LE_Ligatures_FEATURE_FLAG;
OpenTypeLayoutEngine.cpp 185 if (typoFlags & LE_Ligatures_FEATURE_FLAG) {

Completed in 188 milliseconds