Home
last modified time | relevance | path

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

/external/icu4c/layoutex/
DParagraphLayout.cpp1027 … UBiDiDirection runDirection = ubidi_getVisualRun(fLineBidi, visualRun, &relStart, &runLength); in computeVisualRuns() local
1032 le_int32 startRun = (runDirection == UBIDI_LTR)? firstRun : lastRun; in computeVisualRuns()
1033 le_int32 stopRun = (runDirection == UBIDI_LTR)? lastRun + 1 : firstRun - 1; in computeVisualRuns()
1034 le_int32 dir = (runDirection == UBIDI_LTR)? 1 : -1; in computeVisualRuns()