Home
last modified time | relevance | path

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

/external/icu4c/common/
Dstringtriebuilder.cpp280 ListBranchNode *listNode=new ListBranchNode(); in makeBranchSubNode()
476 StringTrieBuilder::ListBranchNode::operator==(const Node &other) const { in operator ==()
483 const ListBranchNode &o=(const ListBranchNode &)other; in operator ==()
493 StringTrieBuilder::ListBranchNode::markRightEdgesFirst(int32_t edgeNumber) { in markRightEdgesFirst()
512 StringTrieBuilder::ListBranchNode::write(StringTrieBuilder &builder) { in write()
/external/icu4c/common/unicode/
Dstringtriebuilder.h298 class ListBranchNode : public BranchNode {
300 ListBranchNode() : BranchNode(0x444444), length(0) {} in ListBranchNode() function