Lines Matching refs:stack
459 lastStack is the index of the last used entry in the stack. A value of -1
462 /* The following stack contains the position of the initiator of
465 /* The following stack contains the last known state before
1052 * Handling the stack of explicit levels (Xn):
1054 * With the BiDi stack of explicit levels, as pushed with each
1149 /* The following stack remembers the embedding level and the ISOLATE flag of level runs.
1151 uint16_t stack[UBIDI_MAX_EXPLICIT_LEVEL+2]; /* we never push anything >=UBIDI_MAX_EXPLICIT_LEVEL
1159 stack[0]=level; /* initialize base entry to para level, no override, no isolate */
1187 stack[stackLast]=embeddingLevel;
1209 if(stackLast>0 && stack[stackLast]<ISOLATE) { /* not an isolate entry */
1212 embeddingLevel=(UBiDiLevel)stack[stackLast];
1243 stack[stackLast]=embeddingLevel+ISOLATE;
1267 while(stack[stackLast]<ISOLATE) /* pop embedding entries */
1275 embeddingLevel=(UBiDiLevel)stack[stackLast]&~ISOLATE;
1290 stack[0]=embeddingLevel; /* initialize base entry to para level, no override, no isolate */
2171 pBiDi->isolateCount=-1; /* current isolates stack entry == none */
2654 pBiDi->isolateCount=-1; /* current isolates stack entry == none */