OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:markposition
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/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
476
le_int32 GlyphIterator::getMarkComponent(le_int32
markPosition
) const
481
for (posn = position; posn !=
markPosition
; posn += direction) {
Completed in 73 milliseconds