Searched refs:stopRun (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/layoutex/
H A DParagraphLayout.cpp1008 le_int32 stopRun = (runDirection == UBIDI_LTR)? lastRun + 1 : firstRun - 1; local
1011 for (run = startRun; run != stopRun; run += dir) {

Completed in 97 milliseconds