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

  /external/icu4c/common/
stringtriebuilder.cpp 350 FinalValueNode key(value);
355 Node *newNode=new FinalValueNode(value);
398 StringTrieBuilder::FinalValueNode::operator==(const Node &other) const {
405 const FinalValueNode &o=(const FinalValueNode &)other;
410 StringTrieBuilder::FinalValueNode::write(StringTrieBuilder &builder) {
  /external/icu4c/common/unicode/
stringtriebuilder.h 155 * Makes sure that there is only one unique FinalValueNode registered
161 * @return A FinalValueNode with the given value.
245 // registerFinalValue() compares a stack-allocated FinalValueNode
248 // !Node::operator==(other) used inside FinalValueNode::operator==(other)
251 class FinalValueNode : public Node {
253 FinalValueNode(int32_t v) : Node(0x111111*37+v), value(v) {}

Completed in 79 milliseconds