HomeSort by relevance Sort by last modified time
    Searched refs:SplitBranchNode (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
stringtriebuilder.cpp 310 new SplitBranchNode(middleUnits[ltLength], lessThan[ltLength], node), errorCode);
555 StringTrieBuilder::SplitBranchNode::operator==(const Node &other) const {
562 const SplitBranchNode &o=(const SplitBranchNode &)other;
567 StringTrieBuilder::SplitBranchNode::markRightEdgesFirst(int32_t edgeNumber) {
577 StringTrieBuilder::SplitBranchNode::write(StringTrieBuilder &builder) {
  /external/icu4c/common/unicode/
stringtriebuilder.h 328 class SplitBranchNode : public BranchNode {
330 SplitBranchNode(UChar middleUnit, Node *lessThanNode, Node *greaterOrEqualNode)

Completed in 41 milliseconds