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

  /external/icu4c/common/unicode/
stringtriebuilder.h 263 class ValueNode : public Node {
265 ValueNode(int32_t initialHash) : Node(initialHash), hasValue(FALSE), value(0) {}
280 class IntermediateValueNode : public ValueNode {
283 : ValueNode(0x222222*37+hashCode(nextNode)), next(nextNode) { setValue(v); }
294 class LinearMatchNode : public ValueNode {
297 : ValueNode((0x333333*37+len)*37+hashCode(nextNode)),
368 class BranchHeadNode : public ValueNode {
371 : ValueNode((0x666666*37+len)*37+hashCode(subNode)),
  /external/chromium_org/ppapi/shared_impl/
var_value_conversions.cc 50 // of list and dictionary values. ValueNode represents elements of that stack.
51 struct ValueNode {
52 ValueNode(const PP_Var& in_var, const base::Value* in_value)
149 std::stack<ValueNode>* state) {
209 state->push(ValueNode(var->get(), &value));
215 state->push(ValueNode(var->get(), &value));
302 std::stack<ValueNode> state;
309 ValueNode top = state.top();
  /external/icu4c/common/
stringtriebuilder.cpp 247 ((ValueNode *)node)->setValue(value);
415 StringTrieBuilder::ValueNode::operator==(const Node &other) const {
422 const ValueNode &o=(const ValueNode &)other;
431 if(!ValueNode::operator==(other)) {
457 if(!ValueNode::operator==(other)) {
590 if(!ValueNode::operator==(other)) {
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 157 milliseconds