Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DGlyphIterator.cpp20 : direction(1), position(-1), nextLimit(-1), prevLimit(-1), in GlyphIterator()
36 nextLimit = glyphCount; in GlyphIterator()
41 nextLimit = -1; in GlyphIterator()
52 nextLimit = that.nextLimit; in GlyphIterator()
71 nextLimit = that.nextLimit; in GlyphIterator()
90 nextLimit = that.nextLimit; in GlyphIterator()
130 nextLimit = newGlyphCount; in applyInsertions()
159 if (position <= nextLimit || position >= prevLimit) { in getCurrGlyphID()
163 if (position <= prevLimit || position >= nextLimit) { in getCurrGlyphID()
174 if (position <= nextLimit || position >= prevLimit) { in getCursiveEntryPoint()
[all …]
DGlyphIterator.h83 le_int32 nextLimit; variable