Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp381 fStyleRunInfo = LE_NEW_ARRAY(StyleRunInfo, fStyleRunCount); in ParagraphLayout()
382 if (fStyleRunInfo == NULL) { in ParagraphLayout()
389 fStyleRunInfo[run].font = NULL; in ParagraphLayout()
390 fStyleRunInfo[run].runBase = 0; in ParagraphLayout()
391 fStyleRunInfo[run].runLimit = 0; in ParagraphLayout()
392 fStyleRunInfo[run].script = (UScriptCode)0; in ParagraphLayout()
393 fStyleRunInfo[run].locale = NULL; in ParagraphLayout()
394 fStyleRunInfo[run].level = 0; in ParagraphLayout()
395 fStyleRunInfo[run].glyphBase = 0; in ParagraphLayout()
396 fStyleRunInfo[run].engine = NULL; in ParagraphLayout()
[all …]
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h635 StyleRunInfo *fStyleRunInfo; variable