Lines Matching refs:stack
542 * Handling the stack of explicit levels (Xn):
544 * With the BiDi stack of explicit levels,
597 UBiDiLevel stack[UBIDI_MAX_EXPLICIT_LEVEL]; /* we never push anything >=UBIDI_MAX_EXPLICIT_LEVEL */
611 stack[stackTop]=embeddingLevel;
633 stack[stackTop]=embeddingLevel;
659 embeddingLevel=stack[stackTop];