Searched refs:fEmbeddingLevels (Results 1 – 2 of 2) sorted by relevance
/external/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()
|
/external/icu/icu4c/source/layoutex/layout/ |
D | ParagraphLayout.h | 618 UBiDiLevel *fEmbeddingLevels; variable
|