Searched refs:RBBINode (Results 1 - 17 of 17) sorted by relevance

/external/icu4c/common/
H A Drbbinode.h14 // class RBBINode
25 class RBBINode : public UMemory { class in inherits:UMemory
55 RBBINode *fParent;
56 RBBINode *fLeftChild;
57 RBBINode *fRightChild;
87 RBBINode(NodeType t);
88 RBBINode(const RBBINode &other);
89 ~RBBINode();
91 RBBINode *cloneTre
[all...]
H A Drbbitblb.h37 RBBITableBuilder(RBBIRuleBuilder *rb, RBBINode **rootNode);
49 void calcNullable(RBBINode *n);
50 void calcFirstPos(RBBINode *n);
51 void calcLastPos(RBBINode *n);
52 void calcFollowPos(RBBINode *n);
53 void calcChainedFollowPos(RBBINode *n);
72 void printPosSets(RBBINode *n /* = NULL*/);
84 RBBINode *&fTree; // The root node of the parse tree to build a
109 // UVector contents are RBBINode *
H A Drbbinode.cpp11 // Implementation of class RBBINode, which represents a node in the
46 RBBINode::RBBINode(NodeType t) : UMemory() { function in class:RBBINode
74 RBBINode::RBBINode(const RBBINode &other) : UMemory(other) { function in class:RBBINode
105 RBBINode::~RBBINode() {
141 RBBINode *RBBINode
[all...]
H A Drbbirb.h32 class RBBINode;
47 RBBINode *val;
79 virtual RBBINode *lookupNode(const UnicodeString &key) const;
80 virtual void addEntry (const UnicodeString &key, RBBINode *val, UErrorCode &err);
130 RBBINode *fForwardTree; // The parse trees, generated by the scanner,
131 RBBINode *fReverseTree; // then manipulated by subsequent steps.
132 RBBINode *fSafeFwdTree;
133 RBBINode *fSafeRevTree;
135 RBBINode **fDefaultTree; // For rules not qualified with a !
186 RBBINode *va
[all...]
H A Drbbiscan.h84 void fixOpStack(RBBINode::OpPrecedence p);
86 void findSetFor(const UnicodeString &s, RBBINode *node, UnicodeSet *setToAdopt = NULL);
92 RBBINode *pushNewNode(RBBINode::NodeType t);
120 RBBINode *fNodeStack[kStackSize]; // Node stack, holds nodes created
H A Drbbitblb.cpp27 RBBITableBuilder::RBBITableBuilder(RBBIRuleBuilder *rb, RBBINode **rootNode) :
93 RBBINode *bofTop = new RBBINode(RBBINode::opCat);
94 RBBINode *bofLeaf = new RBBINode(RBBINode::leafChar);
114 RBBINode *cn = new RBBINode(RBBINode
[all...]
H A Drbbisetb.cpp130 RBBINode *usetNode;
156 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni);
266 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni);
354 RBBINode *usetNode = (RBBINode *)sets->elementAt(ix);
359 void RBBISetBuilder::addValToSet(RBBINode *usetNode, uint32_t val) {
360 RBBINode *leafNode = new RBBINode(RBBINode::leafChar);
373 RBBINode *orNod
[all...]
H A Drbbiscan.cpp198 RBBINode *n = NULL;
205 pushNewNode(RBBINode::opStart);
212 fixOpStack(RBBINode::precOpCat);
213 RBBINode *operandNode = fNodeStack[fNodeStackPtr--];
214 RBBINode *orNode = pushNewNode(RBBINode::opOr);
226 fixOpStack(RBBINode::precOpCat);
227 RBBINode *operandNode = fNodeStack[fNodeStackPtr--];
228 RBBINode *catNode = pushNewNode(RBBINode
[all...]
H A Drbbistbl.cpp73 RBBINode *varRefNode;
74 RBBINode *exprNode;
75 RBBINode *usetNode;
86 if (exprNode->fType == RBBINode::setRef) {
166 RBBINode *RBBISymbolTable::lookupNode(const UnicodeString &key) const{
168 RBBINode *retNode = NULL;
185 void RBBISymbolTable::addEntry (const UnicodeString &key, RBBINode *val, UErrorCode &err) {
H A Drbbisetb.h83 void addValToSet (RBBINode *usetNode, uint32_t val);
H A Drbbirb.cpp106 RBBINode *n = (RBBINode *)fUSetNodes->elementAt(i);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1361 #define RBBINode RBBINode_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1361 #define RBBINode RBBINode_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1361 #define RBBINode RBBINode_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1361 #define RBBINode RBBINode_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2102 #define RBBINode U_ICU_ENTRY_POINT_RENAME(RBBINode) macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 308 milliseconds