Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/layoutex/
DParagraphLayout.cpp322 …fVertical(vertical), fClientLevels(true), fClientScripts(true), fClientLocales(true), fEmbeddingLe… in ParagraphLayout()
532 if (! fClientLevels) { in ~ParagraphLayout()
536 fClientLevels = true; in ~ParagraphLayout()
748 fClientLevels = false; in computeLevels()
/third_party/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h614 le_bool fClientLevels; variable