/external/icu/icu4c/source/common/ |
D | ustack.cpp | 12 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UStack) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument 14 UStack::UStack(UErrorCode &status) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 19 UStack::UStack(int32_t initialCapacity, UErrorCode &status) : in UStack() function in UStack 24 UStack::UStack(UObjectDeleter *d, UElementsAreEqual *c, UErrorCode &status) : in UStack() function in UStack 29 UStack::UStack(UObjectDeleter *d, UElementsAreEqual *c, int32_t initialCapacity, UErrorCode &status… in UStack() function in UStack 34 UStack::~UStack() {} in ~UStack() 36 void* UStack::pop(void) { in pop() 46 int32_t UStack::popi(void) { in popi() 56 int32_t UStack::search(void* obj) const { in search()
|
D | 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(); 342 UStack(const UStack&); 345 UStack& operator=(const UStack&); 389 inline UBool UStack::empty(void) const { in empty() 393 inline void* UStack::peek(void) const { in peek() [all …]
|
D | dictbe.h | 99 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;
|
D | brkeng.h | 19 class UStack; variable 79 UStack &foundBreaks ) const = 0; 204 UStack &foundBreaks ) const; 233 UStack *fEngines;
|
D | brkeng.cpp | 84 UStack &/*foundBreaks*/ ) const { in findBreaks() 152 UStack *engines = new UStack(_deleteEngine, NULL, status); in getEngineFor()
|
D | dictbe.cpp | 49 UStack &foundBreaks ) const { in findBreaks() 249 UStack &foundBreaks ) const { in divideUpDictionaryRange() 488 UStack &foundBreaks ) const { in divideUpDictionaryRange() 681 UStack &foundBreaks ) const { in divideUpDictionaryRange() 886 UStack &foundBreaks ) const { in divideUpDictionaryRange() 1136 UStack &foundBreaks ) const { in divideUpDictionaryRange()
|
D | rbbi.cpp | 1603 UStack breaks(status); in checkDictionary() 1733 static icu::UStack *gLanguageBreakFactories = NULL; 1760 gLanguageBreakFactories = new UStack(_deleteFactory, NULL, status); in initLanguageFactories() 1808 fLanguageBreakEngines = new UStack(status); in getLanguageBreakEngine()
|
/external/icu/icu4c/source/test/intltest/ |
D | uvectest.cpp | 127 UStack *a; in UStack_API() 129 a = new UStack(status); in UStack_API() 134 a = new UStack(2000, status); in UStack_API() 139 a = new UStack(NULL, NULL, 2000, status); in UStack_API() 144 a = new UStack(NULL, UVectorTest_compareCstrings, status); in UStack_API()
|
D | uobjtest.cpp | 469 TESTCLASSID_CTOR(UStack, (status)); in testIDs()
|
/external/llvm/test/Transforms/InstCombine/ |
D | crash.ll | 160 %class.UStack = type { i8** } 164 %breaks = alloca %class.UStack, align 4 ; <%class.UStack*> [#uses=3] 165 call void @_ZN6UStackC1Ei(%class.UStack* %breaks, i32 0) 178 invoke void @_ZN6UStackD1Ev(%class.UStack* %breaks) 193 call void @_ZN6UStackD1Ev(%class.UStack* %breaks) 197 declare void @_ZN6UStackC1Ei(%class.UStack*, i32) 199 declare void @_ZN6UStackD1Ev(%class.UStack*)
|
/external/icu/icu4c/source/i18n/ |
D | regexcmp.h | 215 UStack fSetStack; // Stack of UnicodeSets, used while evaluating 218 … UStack fSetOpStack; // Stack of pending set operators (&&, --, union)
|
/external/icu/icu4c/source/common/unicode/ |
D | rbbi.h | 42 class UStack; variable 150 UStack *fLanguageBreakEngines;
|
/external/icu/icu4c/source/tools/toolutil/ |
D | xmlparser.h | 234 UStack fElementStack; // Stack holds the parent elements when nested
|