Home
last modified time | relevance | path

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

/external/icu4c/layoutex/
DParagraphLayout.cpp43 le_int32 getRuns(le_int32 runLimits[], le_int32 styleIndices[]);
119 le_int32 StyleRuns::getRuns(le_int32 runLimits[], le_int32 styleIndices[]) in getRuns() argument
125 if (styleIndices != NULL) { in getRuns()
126 LE_ARRAY_COPY(styleIndices, fStyleIndices, fRunCount * fStyleCount); in getRuns()
373 le_int32 *styleIndices = fStyleIndices; in ParagraphLayout() local
400 fStyleRunInfo[run].font = fFontRuns->getFont(styleIndices[0]); in ParagraphLayout()
403 fStyleRunInfo[run].script = (UScriptCode) fScriptRuns->getValue(styleIndices[2]); in ParagraphLayout()
404 fStyleRunInfo[run].locale = fLocaleRuns->getLocale(styleIndices[3]); in ParagraphLayout()
405 fStyleRunInfo[run].level = (UBiDiLevel) fLevelRuns->getValue(styleIndices[1]); in ParagraphLayout()
423 styleIndices += styleCount; in ParagraphLayout()
[all …]