HomeSort by relevance Sort by last modified time
    Searched refs:fEmbeddingLevels (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 322 fVertical(vertical), fClientLevels(TRUE), fClientScripts(TRUE), fClientLocales(TRUE), fEmbeddingLevels(NULL),
553 if (fEmbeddingLevels != NULL) {
554 LE_DELETE_ARRAY(fEmbeddingLevels);
555 fEmbeddingLevels = NULL;
717 fEmbeddingLevels = LE_NEW_ARRAY(UBiDiLevel, fCharCount);
724 fEmbeddingLevels[ch++] = runLevel;
730 ubidi_setPara(fParaBidi, fChars, fCharCount, paragraphLevel, fEmbeddingLevels, &bidiStatus);
    [all...]
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 620 UBiDiLevel *fEmbeddingLevels;

Completed in 54 milliseconds