Home
last modified time | relevance | path

Searched refs:BranchHeadNode (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dstringtriebuilder.cpp243 node=new BranchHeadNode(length, subNode); in makeNode()
586 StringTrieBuilder::BranchHeadNode::operator==(const Node &other) const { in operator ==()
593 const BranchHeadNode &o=(const BranchHeadNode &)other; in operator ==()
598 StringTrieBuilder::BranchHeadNode::markRightEdgesFirst(int32_t edgeNumber) { in markRightEdgesFirst()
606 StringTrieBuilder::BranchHeadNode::write(StringTrieBuilder &builder) { in write()
/external/icu/icu4c/source/common/unicode/
Dstringtriebuilder.h370 class BranchHeadNode : public ValueNode {
372 BranchHeadNode(int32_t len, Node *subNode) in BranchHeadNode() function