Home
last modified time | relevance | path

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

/external/icu4c/common/
Dstringtriebuilder.cpp281 ListBranchNode *listNode=new ListBranchNode(); in makeBranchSubNode()
477 StringTrieBuilder::ListBranchNode::operator==(const Node &other) const { in operator ==()
484 const ListBranchNode &o=(const ListBranchNode &)other; in operator ==()
494 StringTrieBuilder::ListBranchNode::markRightEdgesFirst(int32_t edgeNumber) { in markRightEdgesFirst()
513 StringTrieBuilder::ListBranchNode::write(StringTrieBuilder &builder) { in write()
/external/icu4c/common/unicode/
Dstringtriebuilder.h322 class ListBranchNode : public BranchNode {
324 ListBranchNode() : BranchNode(0x444444), length(0) {} in ListBranchNode() function