Searched refs:ValueNode (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dstringtriebuilder.h263 class ValueNode : public Node { class in class:StringTrieBuilder
265 ValueNode(int32_t initialHash) : Node(initialHash), hasValue(FALSE), value(0) {} function in class:StringTrieBuilder::ValueNode
280 class IntermediateValueNode : public ValueNode {
283 : ValueNode(0x222222*37+hashCode(nextNode)), next(nextNode) { setValue(v); }
294 class LinearMatchNode : public ValueNode {
297 : ValueNode((0x333333*37+len)*37+hashCode(nextNode)),
368 class BranchHeadNode : public ValueNode {
371 : ValueNode((0x666666*37+len)*37+hashCode(subNode)),
/external/icu/icu4c/source/common/unicode/
H A Dstringtriebuilder.h265 class ValueNode : public Node { class in class:StringTrieBuilder
267 ValueNode(int32_t initialHash) : Node(initialHash), hasValue(FALSE), value(0) {} function in class:StringTrieBuilder::ValueNode
282 class IntermediateValueNode : public ValueNode {
285 : ValueNode(0x222222*37+hashCode(nextNode)), next(nextNode) { setValue(v); }
296 class LinearMatchNode : public ValueNode {
299 : ValueNode((0x333333*37+len)*37+hashCode(nextNode)),
370 class BranchHeadNode : public ValueNode {
373 : ValueNode((0x666666*37+len)*37+hashCode(subNode)),
/external/chromium_org/third_party/icu/source/common/
H A Dstringtriebuilder.cpp247 ((ValueNode *)node)->setValue(value);
415 StringTrieBuilder::ValueNode::operator==(const Node &other) const {
422 const ValueNode &o=(const ValueNode &)other;
431 if(!ValueNode::operator==(other)) {
457 if(!ValueNode::operator==(other)) {
590 if(!ValueNode::operator==(other)) {
/external/icu/icu4c/source/common/
H A Dstringtriebuilder.cpp247 ((ValueNode *)node)->setValue(value);
415 StringTrieBuilder::ValueNode::operator==(const Node &other) const {
422 const ValueNode &o=(const ValueNode &)other;
431 if(!ValueNode::operator==(other)) {
457 if(!ValueNode::operator==(other)) {
590 if(!ValueNode::operator==(other)) {

Completed in 266 milliseconds