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 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() {
    [all...]
uvector.h 295 class U_COMMON_API UStack : public UVector {
297 UStack(UErrorCode &status);
299 UStack(int32_t initialCapacity, UErrorCode &status);
301 UStack(UObjectDeleter *d, UElementsAreEqual *c, UErrorCode &status);
303 UStack(UObjectDeleter *d, UElementsAreEqual *c, int32_t initialCapacity, UErrorCode &status);
305 virtual ~UStack();
308 // because UStack has no special cleanup to do.
342 UStack(const UStack&);
345 UStack& operator=(const UStack&)
    [all...]

Completed in 70 milliseconds