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

  /external/icu/icu4c/source/layout/
MarkToLigaturePosnSubtables.cpp 63 le_int32 markPosition = glyphIterator->getCurrStreamPosition();
67 le_int32 component = ligatureIterator.getMarkComponent(markPosition);
GlyphIterator.h 51 le_int32 getMarkComponent(le_int32 markPosition) const;
GlyphIterator.cpp 505 le_int32 GlyphIterator::getMarkComponent(le_int32 markPosition) const
510 for (posn = position; posn != markPosition; posn += direction) {

Completed in 162 milliseconds