Lines Matching refs:stack
595 * Handling the stack of explicit levels (Xn):
597 * With the BiDi stack of explicit levels,
650 UBiDiLevel stack[UBIDI_MAX_EXPLICIT_LEVEL]; /* we never push anything >=UBIDI_MAX_EXPLICIT_LEVEL */
664 stack[stackTop]=embeddingLevel;
686 stack[stackTop]=embeddingLevel;
712 embeddingLevel=stack[stackTop];