Home | History | Annotate | Download | only in common

Lines Matching refs:stack

939         weiv: if stack object was passed in, it doesn't really need to be reinited,
940 since the purpose of initing is to remove stack junk. However, at this point
941 we would not do anything to an allocated object, so stack object should be
1545 UResourceBundle stack;
1547 ures_initStackObject(&stack);
1548 ures_getByKeyWithFallback(resB, inKey, &stack, status);
1549 retVal = ures_getString(&stack, len, status);
1550 ures_close(&stack);