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

/external/chromium_org/third_party/icu/source/common/
H A Dstringtriebuilder.cpp281 ListBranchNode *listNode=new ListBranchNode();
473 StringTrieBuilder::ListBranchNode::operator==(const Node &other) const {
480 const ListBranchNode &o=(const ListBranchNode &)other;
490 StringTrieBuilder::ListBranchNode::markRightEdgesFirst(int32_t edgeNumber) {
509 StringTrieBuilder::ListBranchNode::write(StringTrieBuilder &builder) {
/external/icu/icu4c/source/common/
H A Dstringtriebuilder.cpp281 ListBranchNode *listNode=new ListBranchNode();
473 StringTrieBuilder::ListBranchNode::operator==(const Node &other) const {
480 const ListBranchNode &o=(const ListBranchNode &)other;
490 StringTrieBuilder::ListBranchNode::markRightEdgesFirst(int32_t edgeNumber) {
509 StringTrieBuilder::ListBranchNode::write(StringTrieBuilder &builder) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dstringtriebuilder.h319 class ListBranchNode : public BranchNode { class in class:StringTrieBuilder
321 ListBranchNode() : BranchNode(0x444444), length(0) {} function in class:StringTrieBuilder::ListBranchNode
/external/icu/icu4c/source/common/unicode/
H A Dstringtriebuilder.h321 class ListBranchNode : public BranchNode { class in class:StringTrieBuilder
323 ListBranchNode() : BranchNode(0x444444), length(0) {} function in class:StringTrieBuilder::ListBranchNode

Completed in 1211 milliseconds