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

  /external/icu4c/layout/
GlyphPositionAdjustments.h 69 inline le_bool isCursiveGlyph() const;
106 inline le_bool isCursiveGlyph(le_int32 index) const;
238 inline le_bool GlyphPositionAdjustments::EntryExitPoint::isCursiveGlyph() const
289 inline le_bool GlyphPositionAdjustments::isCursiveGlyph(le_int32 index) const
291 return fEntryExitPoints != NULL && fEntryExitPoints[index].isCursiveGlyph();
GlyphPositionAdjustments.cpp 109 if (isCursiveGlyph(i)) {
152 if (isCursiveGlyph(j)) {

Completed in 80 milliseconds