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/icu4c/layoutex/
ParagraphLayout.cpp
320
fVertical(vertical), fClientLevels(TRUE), fClientScripts(TRUE), fClientLocales(TRUE),
fEmbeddingLevels
(NULL),
548
if (
fEmbeddingLevels
!= NULL) {
549
LE_DELETE_ARRAY(
fEmbeddingLevels
);
550
fEmbeddingLevels
= NULL;
712
fEmbeddingLevels
= LE_NEW_ARRAY(UBiDiLevel, fCharCount);
719
fEmbeddingLevels
[ch++] = runLevel;
725
ubidi_setPara(fParaBidi, fChars, fCharCount, paragraphLevel,
fEmbeddingLevels
, &bidiStatus);
[
all
...]
/external/icu4c/layoutex/layout/
ParagraphLayout.h
611
UBiDiLevel *
fEmbeddingLevels
;
Completed in 41 milliseconds