Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp1038 le_int32 stopRun = (runDirection == UBIDI_LTR)? lastRun + 1 : firstRun - 1; in computeVisualRuns() local
1041 for (run = startRun; run != stopRun; run += dir) { in computeVisualRuns()