Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dstringtriebuilder.cpp281 ListBranchNode *listNode=new ListBranchNode(); in makeBranchSubNode()
473 StringTrieBuilder::ListBranchNode::operator==(const Node &other) const { in operator ==()
480 const ListBranchNode &o=(const ListBranchNode &)other; in operator ==()
490 StringTrieBuilder::ListBranchNode::markRightEdgesFirst(int32_t edgeNumber) { in markRightEdgesFirst()
509 StringTrieBuilder::ListBranchNode::write(StringTrieBuilder &builder) { in write()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DStringTrieBuilder.java557 ListBranchNode listNode=new ListBranchNode(length); in register()
601 private static final class ListBranchNode extends BranchNode { class in StringTrieBuilder
602 public ListBranchNode(int capacity) { in ListBranchNode() method in StringTrieBuilder.ListBranchNode
616 ListBranchNode o=(ListBranchNode)other; in equals()
/external/icu/icu4c/source/common/unicode/
Dstringtriebuilder.h321 class ListBranchNode : public BranchNode {
323 ListBranchNode() : BranchNode(0x444444), length(0) {} in ListBranchNode() function