Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp829 le_int32 maxDL = 0; in computeMetrics() local
850 if (dl > maxDL) { in computeMetrics()
851 maxDL = dl; in computeMetrics()
855 fLeading = maxDL - fDescent; in computeMetrics()
1241 le_int32 maxDL = 0; in computeMetrics() local
1261 if (dl > maxDL) { in computeMetrics()
1262 maxDL = dl; in computeMetrics()
1266 fLeading = maxDL - fDescent; in computeMetrics()