Home
last modified time | relevance | path

Searched refs:UStack (Results 1 – 19 of 19) sorted by relevance

/external/icu4c/common/
Dustack.cpp12 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, UKeyComparator *c, UErrorCode &status) : in UStack() function in UStack
29 UStack::UStack(UObjectDeleter *d, UKeyComparator *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()
Duvector.h304 class U_COMMON_API UStack : public UVector {
306 UStack(UErrorCode &status);
308 UStack(int32_t initialCapacity, UErrorCode &status);
310 UStack(UObjectDeleter *d, UKeyComparator *c, UErrorCode &status);
312 UStack(UObjectDeleter *d, UKeyComparator *c, int32_t initialCapacity, UErrorCode &status);
314 virtual ~UStack();
351 UStack(const UStack&);
354 UStack& operator=(const UStack&);
398 inline UBool UStack::empty(void) const { in empty()
402 inline void* UStack::peek(void) const { in peek()
[all …]
Dbrkeng.h19 class UStack; variable
79 UStack &foundBreaks ) const = 0;
204 UStack &foundBreaks ) const;
233 UStack *fEngines;
Ddictbe.h98 UStack &foundBreaks ) const;
128 UStack &foundBreaks ) const = 0;
185 UStack &foundBreaks ) const;
Dbrkeng.cpp80 UStack &/*foundBreaks*/ ) const { in findBreaks()
167 UStack *engines = new UStack(_deleteEngine, NULL, status); in getEngineFor()
Dtriedict.cpp231 UStack fNodeStack; // Stack of nodes to process
685 BuildCompactTrieNode(UBool parentEndsWord, UBool vertical, UStack &nodes, UErrorCode &status) { in BuildCompactTrieNode()
710 UStack fLinks;
713 BuildCompactTrieHorizontalNode(UBool parentEndsWord, UStack &nodes, UErrorCode &status) in BuildCompactTrieHorizontalNode()
753 BuildCompactTrieVerticalNode(UBool parentEndsWord, UStack &nodes, UErrorCode &status) in BuildCompactTrieVerticalNode()
792 UStack &nodes,
798 compactOneNode(const TernaryNode *node, UBool parentEndsWord, UStack &nodes, UErrorCode &status) { in compactOneNode()
853 UStack &nodes, in walkHorizontal()
930 static void coalesceDuplicates(UStack &nodes, UErrorCode &status) { in coalesceDuplicates()
1029 UStack nodes(_deleteBuildNode, NULL, status); // Index of nodes in compactMutableTrieDictionary()
Ddictbe.cpp49 UStack &foundBreaks ) const { in findBreaks()
247 UStack &foundBreaks ) const { in divideUpDictionaryRange()
Drbbi.cpp1603 UStack breaks(status); in checkDictionary()
1733 static U_NAMESPACE_QUALIFIER UStack *gLanguageBreakFactories = NULL;
1763 UStack *factories = new UStack(_deleteFactory, NULL, status); in getLanguageBreakEngineFromFactory()
1813 fLanguageBreakEngines = new UStack(status); in getLanguageBreakEngine()
/external/icu4c/test/intltest/
Duvectest.cpp127 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()
Duobjtest.cpp454 TESTCLASSID_CTOR(UStack, (status)); in testIDs()
/external/llvm/test/Transforms/InstCombine/
Dcrash.ll156 %class.UStack = type { i8** }
160 %breaks = alloca %class.UStack, align 4 ; <%class.UStack*> [#uses=3]
161 call void @_ZN6UStackC1Ei(%class.UStack* %breaks, i32 0)
174 invoke void @_ZN6UStackD1Ev(%class.UStack* %breaks)
190 call void @_ZN6UStackD1Ev(%class.UStack* %breaks)
194 declare void @_ZN6UStackC1Ei(%class.UStack*, i32)
196 declare void @_ZN6UStackD1Ev(%class.UStack*)
/external/icu4c/i18n/
Dregexcmp.h202 UStack fSetStack; // Stack of UnicodeSets, used while evaluating
205UStack fSetOpStack; // Stack of pending set operators (&&, --, union)
/external/icu4c/common/unicode/
Drbbi.h42 class UStack; variable
150 UStack *fLanguageBreakEngines;
Durename.h2196 #define UStack U_ICU_ENTRY_POINT_RENAME(UStack) macro
/external/icu4c/tools/toolutil/
Dxmlparser.h234 UStack fElementStack; // Stack holds the parent elements when nested
/external/webkit/Source/JavaScriptCore/icu/unicode/
Durename.h1439 #define UStack UStack_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Durename.h1439 #define UStack UStack_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
Durename.h1439 #define UStack UStack_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Durename.h1439 #define UStack UStack_3_2 macro