Searched refs:fEmbeddingLevels (Results 1 – 2 of 2) sorted by relevance
/third_party/icu/icu4c/source/layoutex/ |
D | ParagraphLayout.cpp | 322 …vertical), fClientLevels(true), fClientScripts(true), fClientLocales(true), fEmbeddingLevels(NULL), in ParagraphLayout() 553 if (fEmbeddingLevels != NULL) { in ~ParagraphLayout() 554 LE_DELETE_ARRAY(fEmbeddingLevels); in ~ParagraphLayout() 555 fEmbeddingLevels = NULL; in ~ParagraphLayout() 717 fEmbeddingLevels = LE_NEW_ARRAY(UBiDiLevel, fCharCount); in computeLevels() 724 fEmbeddingLevels[ch++] = runLevel; in computeLevels() 730 ubidi_setPara(fParaBidi, fChars, fCharCount, paragraphLevel, fEmbeddingLevels, &bidiStatus); in computeLevels()
|
/third_party/icu/icu4c/source/layoutex/layout/ |
D | ParagraphLayout.h | 618 UBiDiLevel *fEmbeddingLevels; variable
|