HomeSort by relevance Sort by last modified time
    Searched defs:UStack (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
ustack.cpp 14 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UStack)
16 UStack::UStack(UErrorCode &status) :
21 UStack::UStack(int32_t initialCapacity, UErrorCode &status) :
26 UStack::UStack(UObjectDeleter *d, UElementsAreEqual *c, UErrorCode &status) :
31 UStack::UStack(UObjectDeleter *d, UElementsAreEqual *c, int32_t initialCapacity, UErrorCode &status) :
36 UStack::~UStack() {
    [all...]
uvector.h 297 class U_COMMON_API UStack : public UVector {
299 UStack(UErrorCode &status);
301 UStack(int32_t initialCapacity, UErrorCode &status);
303 UStack(UObjectDeleter *d, UElementsAreEqual *c, UErrorCode &status);
305 UStack(UObjectDeleter *d, UElementsAreEqual *c, int32_t initialCapacity, UErrorCode &status);
307 virtual ~UStack();
310 // because UStack has no special cleanup to do.
344 UStack(const UStack&);
347 UStack& operator=(const UStack&)
    [all...]

Completed in 98 milliseconds