Searched refs:newLevel (Results 1 – 3 of 3) sorted by relevance
65 unsigned char newLevel = parent ? parent->level() : 0; in copyContextAndRebaselineLevel() local67 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()
663 UPlugLevel newLevel; in uplug_loadWaitingPlugs() local665 newLevel = uplug_getCurrentLevel(); in uplug_loadWaitingPlugs()666 if(newLevel > currentLevel) { in uplug_loadWaitingPlugs()668 currentLevel = newLevel; in uplug_loadWaitingPlugs()
648 UBiDiLevel embeddingLevel=level, newLevel, stackTop=0; in resolveExplicitLevels() local662 …newLevel=(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()684 … newLevel=(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()