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

/external/chromium_org/third_party/icu/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 Ddictbe.h98 UStack &foundBreaks ) const;
128 UStack &foundBreaks ) const = 0;
185 UStack &foundBreaks ) const;
241 UStack &foundBreaks ) const;
297 UStack &foundBreaks ) const;
360 UStack &foundBreaks ) const;
H A Dbrkeng.h19 class UStack;
79 UStack &foundBreaks ) const = 0;
204 UStack &foundBreaks ) const;
233 UStack *fEngines;
H A Dbrkeng.cpp83 UStack &/*foundBreaks*/ ) const {
170 UStack *engines = new UStack(_deleteEngine, NULL, status);
H A Ddictbe.cpp48 UStack &foundBreaks ) const {
246 UStack &foundBreaks ) const {
474 UStack &foundBreaks ) const {
675 UStack &foundBreaks ) const {
958 UStack &foundBreaks ) const {
H A Drbbi.cpp1619 UStack breaks(status);
1750 static icu::UStack *gLanguageBreakFactories = NULL;
1777 gLanguageBreakFactories = new UStack(_deleteFactory, NULL, status);
1825 fLanguageBreakEngines = new UStack(status);
/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 Ddictbe.h98 UStack &foundBreaks ) const;
128 UStack &foundBreaks ) const = 0;
185 UStack &foundBreaks ) const;
241 UStack &foundBreaks ) const;
297 UStack &foundBreaks ) const;
360 UStack &foundBreaks ) const;
H A Dbrkeng.h19 class UStack;
79 UStack &foundBreaks ) const = 0;
204 UStack &foundBreaks ) const;
233 UStack *fEngines;
H A Dbrkeng.cpp83 UStack &/*foundBreaks*/ ) const {
170 UStack *engines = new UStack(_deleteEngine, NULL, status);
H A Ddictbe.cpp48 UStack &foundBreaks ) const {
249 UStack &foundBreaks ) const {
477 UStack &foundBreaks ) const {
678 UStack &foundBreaks ) const {
961 UStack &foundBreaks ) const {
H A Drbbi.cpp1619 UStack breaks(status);
1751 static icu::UStack *gLanguageBreakFactories = NULL;
1778 gLanguageBreakFactories = new UStack(_deleteFactory, NULL, status);
1826 fLanguageBreakEngines = new UStack(status);
/external/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/source/i18n/
H A Dregexcmp.h201 UStack fSetStack; // Stack of UnicodeSets, used while evaluating
204 UStack fSetOpStack; // Stack of pending set operators (&&, --, union)
/external/icu/icu4c/source/i18n/
H A Dregexcmp.h201 UStack fSetStack; // Stack of UnicodeSets, used while evaluating
204 UStack fSetOpStack; // Stack of pending set operators (&&, --, union)
/external/chromium_org/third_party/icu/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/common/unicode/
H A Drbbi.h42 class UStack;
145 * If present, UStack of LanguageBreakEngine objects that might handle
150 UStack *fLanguageBreakEngines;
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dxmlparser.h234 UStack fElementStack; // Stack holds the parent elements when nested
/external/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.h234 UStack fElementStack; // Stack holds the parent elements when nested

Completed in 425 milliseconds