Home | History | Annotate | Download | only in common

Lines Matching defs:stack

1159         weiv: if stack object was passed in, it doesn't really need to be reinited,
1160 since the purpose of initing is to remove stack junk. However, at this point
1161 we would not do anything to an allocated object, so stack object should be
1750 UResourceBundle stack;
1752 ures_initStackObject(&stack);
1753 ures_getByKeyWithFallback(resB, inKey, &stack, status);
1755 retVal = ures_getString(&stack, &length, status);
1756 ures_close(&stack);