Home
last modified time | relevance | path

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

/external/icu4c/layout/
DGlyphIterator.cpp20 : direction(1), position(-1), nextLimit(-1), prevLimit(-1), in GlyphIterator()
33 nextLimit = glyphCount; in GlyphIterator()
38 nextLimit = -1; in GlyphIterator()
48 nextLimit = that.nextLimit; in GlyphIterator()
66 nextLimit = that.nextLimit; in GlyphIterator()
84 nextLimit = that.nextLimit; in GlyphIterator()
122 nextLimit = newGlyphCount; in applyInsertions()
151 if (position <= nextLimit || position >= prevLimit) { in getCurrGlyphID()
155 if (position <= prevLimit || position >= nextLimit) { in getCurrGlyphID()
166 if (position <= nextLimit || position >= prevLimit) { in getCursiveEntryPoint()
[all …]
DGlyphIterator.h83 le_int32 nextLimit; variable