Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DGlyphPositionAdjustments.h69 inline le_bool isCursiveGlyph() const;
106 inline le_bool isCursiveGlyph(le_int32 index) const;
238 inline le_bool GlyphPositionAdjustments::EntryExitPoint::isCursiveGlyph() const in isCursiveGlyph() function
289 inline le_bool GlyphPositionAdjustments::isCursiveGlyph(le_int32 index) const in isCursiveGlyph() function
291 return fEntryExitPoints != NULL && fEntryExitPoints[index].isCursiveGlyph(); in isCursiveGlyph()
DGlyphPositionAdjustments.cpp109 if (isCursiveGlyph(i)) { in applyCursiveAdjustments()
152 if (isCursiveGlyph(j)) { in applyCursiveAdjustments()