OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fEmbeddingLevels
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp
320
fVertical(vertical), fClientLevels(TRUE), fClientScripts(TRUE), fClientLocales(TRUE),
fEmbeddingLevels
(NULL),
551
if (
fEmbeddingLevels
!= NULL) {
552
LE_DELETE_ARRAY(
fEmbeddingLevels
);
553
fEmbeddingLevels
= NULL;
715
fEmbeddingLevels
= LE_NEW_ARRAY(UBiDiLevel, fCharCount);
722
fEmbeddingLevels
[ch++] = runLevel;
728
ubidi_setPara(fParaBidi, fChars, fCharCount, paragraphLevel,
fEmbeddingLevels
, &bidiStatus);
[
all
...]
/external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h
618
UBiDiLevel *
fEmbeddingLevels
;
Completed in 161 milliseconds