Home | History | Annotate | Download | only in common

Lines Matching full:ustack

12 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UStack)
14 UStack::UStack(UErrorCode &status) :
19 UStack::UStack(int32_t initialCapacity, UErrorCode &status) :
24 UStack::UStack(UObjectDeleter *d, UElementsAreEqual *c, UErrorCode &status) :
29 UStack::UStack(UObjectDeleter *d, UElementsAreEqual *c, int32_t initialCapacity, UErrorCode &status) :
34 UStack::~UStack() {}
36 void* UStack::pop(void) {
46 int32_t UStack::popi(void) {
56 int32_t UStack::search(void* obj) const {