Searched defs:isCursiveGlyph (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/layout/
H A DGlyphPositionAdjustments.h69 inline le_bool isCursiveGlyph() const;
106 inline le_bool isCursiveGlyph(le_int32 index) const;
238 inline le_bool GlyphPositionAdjustments::EntryExitPoint::isCursiveGlyph() const function in class:GlyphPositionAdjustments::EntryExitPoint
289 inline le_bool GlyphPositionAdjustments::isCursiveGlyph(le_int32 index) const function in class:GlyphPositionAdjustments
291 return fEntryExitPoints != NULL && fEntryExitPoints[index].isCursiveGlyph();

Completed in 362 milliseconds