Searched refs:UStack (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/common/
H A Dustack.cpp12 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UStack)
14 UStack::UStack(UErrorCode &status) : function in class:UStack
19 UStack::UStack(int32_t initialCapacity, UErrorCode &status) : function in class:UStack
24 UStack::UStack(UObjectDeleter *d, UElementsAreEqual *c, UErrorCode &status) : function in class:UStack
29 UStack::UStack(UObjectDeleter *d, UElementsAreEqual *c, int32_t initialCapacity, UErrorCode &status) : function in class:UStack
34 UStack
[all...]
H A Duvector.h295 class U_COMMON_API UStack : public UVector { class in inherits: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
[all...]
H A Dbrkeng.h19 class UStack;
79 UStack &foundBreaks ) const = 0;
204 UStack &foundBreaks ) const;
233 UStack *fEngines;
H A Ddictbe.h99 UStack &foundBreaks ) const;
129 UStack &foundBreaks ) const = 0;
186 UStack &foundBreaks ) const;
242 UStack &foundBreaks ) const;
298 UStack &foundBreaks ) const;
354 UStack &foundBreaks ) const;
418 UStack &foundBreaks ) const;
H A Dbrkeng.cpp84 UStack &/*foundBreaks*/ ) const {
152 UStack *engines = new UStack(_deleteEngine, NULL, status);
H A Ddictbe.cpp49 UStack &foundBreaks ) const {
249 UStack &foundBreaks ) const {
488 UStack &foundBreaks ) const {
681 UStack &foundBreaks ) const {
886 UStack &foundBreaks ) const {
1136 UStack &foundBreaks ) const {
H A Drbbi.cpp1603 UStack breaks(status);
1733 static icu::UStack *gLanguageBreakFactories = NULL;
1760 gLanguageBreakFactories = new UStack(_deleteFactory, NULL, status);
1808 fLanguageBreakEngines = new UStack(status);
/external/icu/icu4c/source/test/intltest/
H A Duvectest.cpp7 // Test parts of UVector and UStack
127 UStack *a;
129 a = new UStack(status);
134 a = new UStack(2000, status);
139 a = new UStack(NULL, NULL, 2000, status);
144 a = new UStack(NULL, UVectorTest_compareCstrings, status);
H A Duobjtest.cpp469 TESTCLASSID_CTOR(UStack, (status));
/external/icu/icu4c/source/i18n/
H A Dregexcmp.h215 UStack fSetStack; // Stack of UnicodeSets, used while evaluating
218 UStack fSetOpStack; // Stack of pending set operators (&&, --, union)
/external/icu/icu4c/source/common/unicode/
H A Drbbi.h42 class UStack;
145 * If present, UStack of LanguageBreakEngine objects that might handle
150 UStack *fLanguageBreakEngines;
/external/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.h234 UStack fElementStack; // Stack holds the parent elements when nested

Completed in 221 milliseconds