HomeSort by relevance Sort by last modified time
    Searched refs:nextLimit (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/layout/
GlyphIterator.cpp 20 : direction(1), position(-1), nextLimit(-1), prevLimit(-1),
36 nextLimit = glyphCount;
41 nextLimit = -1;
52 nextLimit = that.nextLimit;
71 nextLimit = that.nextLimit;
90 nextLimit = that.nextLimit;
130 nextLimit = newGlyphCount
    [all...]
GlyphIterator.h 83 le_int32 nextLimit;

Completed in 43 milliseconds