Home
last modified time | relevance | path

Searched refs:newLevel (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
DBidiContext.cpp65 unsigned char newLevel = parent ? parent->level() : 0; in copyContextAndRebaselineLevel() local
67 newLevel = nextGreaterOddLevel(newLevel); in copyContextAndRebaselineLevel()
69 newLevel = nextGreaterEvenLevel(newLevel); in copyContextAndRebaselineLevel()
71 …return BidiContext::create(newLevel, context->dir(), context->override(), context->source(), paren… in copyContextAndRebaselineLevel()
/external/icu4c/common/
Dicuplug.c663 UPlugLevel newLevel; in uplug_loadWaitingPlugs() local
665 newLevel = uplug_getCurrentLevel(); in uplug_loadWaitingPlugs()
666 if(newLevel > currentLevel) { in uplug_loadWaitingPlugs()
668 currentLevel = newLevel; in uplug_loadWaitingPlugs()
Dubidi.c648 UBiDiLevel embeddingLevel=level, newLevel, stackTop=0; in resolveExplicitLevels() local
662newLevel=(UBiDiLevel)((embeddingLevel+2)&~(UBIDI_LEVEL_OVERRIDE|1)); /* least greater even level */ in resolveExplicitLevels()
663 if(newLevel<=UBIDI_MAX_EXPLICIT_LEVEL) { in resolveExplicitLevels()
666 embeddingLevel=newLevel; in resolveExplicitLevels()
684newLevel=(UBiDiLevel)(((embeddingLevel&~UBIDI_LEVEL_OVERRIDE)+1)|1); /* least greater odd level */ in resolveExplicitLevels()
685 if(newLevel<=UBIDI_MAX_EXPLICIT_LEVEL) { in resolveExplicitLevels()
688 embeddingLevel=newLevel; in resolveExplicitLevels()