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

  /external/icu/icu4c/source/layout/
StateTables.h 43 * LE_STATE_PATIENCE_INCR(g); // if g has moved, increment the patience counter. Otherwise leave it.
52 #define LE_STATE_PATIENCE_INCR(x) if((x)!=le_patience_curr) ++le_patience_count;
StateTableProcessor2.cpp 101 LE_STATE_PATIENCE_INCR(currGlyph);
136 LE_STATE_PATIENCE_INCR(currGlyph);
176 LE_STATE_PATIENCE_INCR(currGlyph);
207 LE_STATE_PATIENCE_INCR(currGlyph);
StateTableProcessor.cpp 77 LE_STATE_PATIENCE_INCR(currGlyph);

Completed in 401 milliseconds