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

  /external/icu/icu4c/source/layout/
LayoutEngine.h 75 static const le_int32 kTypoFlagKern;
138 * @param typoFlags - the typographic control flags for the text (a bitfield). Use kTypoFlagKern
LayoutEngine.cpp 42 const le_int32 LayoutEngine::kTypoFlagKern = LE_Kerning_FEATURE_FLAG;
  /external/icu/icu4c/source/test/letest/
gendata.cpp 200 int32_t typoFlags = LayoutEngine::kTypoFlagKern | LayoutEngine::kTypoFlagLiga; // kerning + ligatures...

Completed in 55 milliseconds