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

  /external/icu4c/layout/
GlyphIterator.cpp 20 : direction(1), position(-1), nextLimit(-1), prevLimit(-1),
33 nextLimit = glyphCount;
38 nextLimit = -1;
48 nextLimit = that.nextLimit;
66 nextLimit = that.nextLimit;
84 nextLimit = that.nextLimit;
122 nextLimit = newGlyphCount
    [all...]
GlyphIterator.h 83 le_int32 nextLimit;

Completed in 50 milliseconds