/external/icu/icu4c/source/common/ |
D | ustack.cpp | 14 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UStack) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument 16 UStack::UStack(UErrorCode &status) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 21 UStack::UStack(int32_t initialCapacity, UErrorCode &status) : in UStack() function in UStack 26 UStack::UStack(UObjectDeleter *d, UElementsAreEqual *c, UErrorCode &status) : in UStack() function in UStack 31 UStack::UStack(UObjectDeleter *d, UElementsAreEqual *c, int32_t initialCapacity, UErrorCode &status… in UStack() function in UStack 36 UStack::~UStack() {} in ~UStack() 38 void* UStack::pop(void) { in pop() 48 int32_t UStack::popi(void) { in popi() 58 int32_t UStack::search(void* obj) const { in search()
|
D | 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(); 344 UStack(const UStack&); 347 UStack& operator=(const UStack&); 391 inline UBool UStack::empty(void) const { in empty() 395 inline void* UStack::peek(void) const { in peek() [all …]
|
D | dictbe.h | 101 UStack &foundBreaks ) const; 131 UStack &foundBreaks ) const = 0; 188 UStack &foundBreaks ) const; 244 UStack &foundBreaks ) const; 300 UStack &foundBreaks ) const; 356 UStack &foundBreaks ) const; 420 UStack &foundBreaks ) const;
|
D | brkeng.h | 21 class UStack; variable 81 UStack &foundBreaks ) const = 0; 206 UStack &foundBreaks ) const; 235 UStack *fEngines;
|
D | brkeng.cpp | 87 UStack &/*foundBreaks*/ ) const { in findBreaks() 155 UStack *engines = new UStack(_deleteEngine, NULL, status); in getEngineFor()
|
D | dictbe.cpp | 51 UStack &foundBreaks ) const { in findBreaks() 251 UStack &foundBreaks ) const { in divideUpDictionaryRange() 490 UStack &foundBreaks ) const { in divideUpDictionaryRange() 683 UStack &foundBreaks ) const { in divideUpDictionaryRange() 888 UStack &foundBreaks ) const { in divideUpDictionaryRange() 1138 UStack &foundBreaks ) const { in divideUpDictionaryRange()
|
D | rbbi.cpp | 1590 UStack breaks(status); in checkDictionary() 1720 static icu::UStack *gLanguageBreakFactories = NULL; 1747 gLanguageBreakFactories = new UStack(_deleteFactory, NULL, status); in initLanguageFactories() 1795 fLanguageBreakEngines = new UStack(status); in getLanguageBreakEngine()
|
/external/icu/icu4c/source/test/intltest/ |
D | uvectest.cpp | 129 UStack *a; in UStack_API() 131 a = new UStack(status); in UStack_API() 136 a = new UStack(2000, status); in UStack_API() 141 a = new UStack(NULL, NULL, 2000, status); in UStack_API() 146 a = new UStack(NULL, UVectorTest_compareCstrings, status); in UStack_API()
|
D | uobjtest.cpp | 471 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/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | crash.ll | 158 %class.UStack = type { i8** } 162 %breaks = alloca %class.UStack, align 4 ; <%class.UStack*> [#uses=3] 163 call void @_ZN6UStackC1Ei(%class.UStack* %breaks, i32 0) 176 invoke void @_ZN6UStackD1Ev(%class.UStack* %breaks) 192 call void @_ZN6UStackD1Ev(%class.UStack* %breaks) 196 declare void @_ZN6UStackC1Ei(%class.UStack*, i32) 198 declare void @_ZN6UStackD1Ev(%class.UStack*)
|
/external/icu/icu4c/source/i18n/ |
D | regexcmp.h | 218 UStack fSetStack; // Stack of UnicodeSets, used while evaluating 221 … UStack fSetOpStack; // Stack of pending set operators (&&, --, union)
|
/external/icu/icu4c/source/common/unicode/ |
D | rbbi.h | 44 class UStack; variable 148 UStack *fLanguageBreakEngines;
|
/external/icu/icu4c/source/tools/toolutil/ |
D | xmlparser.h | 236 UStack fElementStack; // Stack holds the parent elements when nested
|