HomeSort by relevance Sort by last modified time
    Searched defs:BranchNode (Results 1 - 12 of 12) sorted by null

  /external/icu/icu4c/source/common/unicode/
stringtriebuilder.h 323 class BranchNode : public Node {
325 BranchNode(int32_t initialHash) : Node(initialHash) {}
333 class ListBranchNode : public BranchNode {
335 ListBranchNode() : BranchNode(0x444444), length(0) {}
365 class SplitBranchNode : public BranchNode {
368 : BranchNode(((0x555555u*37u+middleUnit)*37u+
  /prebuilts/go/darwin-x86/src/text/template/parse/
node.go 727 // BranchNode is the common representation of if, range, and with.
728 type BranchNode struct {
738 func (b *BranchNode) String() string {
756 func (b *BranchNode) tree() *Tree {
760 func (b *BranchNode) Copy() Node {
775 BranchNode
779 return &IfNode{BranchNode{tr: t, NodeType: NodeIf, Pos: pos, Line: line, Pipe: pipe, List: list, ElseList: elseList}}
788 BranchNode
792 return &RangeNode{BranchNode{tr: t, NodeType: NodeRange, Pos: pos, Line: line, Pipe: pipe, List: list, ElseList: elseList}}
801 BranchNode
    [all...]
  /prebuilts/go/linux-x86/src/text/template/parse/
node.go 727 // BranchNode is the common representation of if, range, and with.
728 type BranchNode struct {
738 func (b *BranchNode) String() string {
756 func (b *BranchNode) tree() *Tree {
760 func (b *BranchNode) Copy() Node {
775 BranchNode
779 return &IfNode{BranchNode{tr: t, NodeType: NodeIf, Pos: pos, Line: line, Pipe: pipe, List: list, ElseList: elseList}}
788 BranchNode
792 return &RangeNode{BranchNode{tr: t, NodeType: NodeRange, Pos: pos, Line: line, Pipe: pipe, List: list, ElseList: elseList}}
801 BranchNode
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
StringTrieBuilder.java 404 DynamicBranchNode branchNode=new DynamicBranchNode();
411 branchNode.setValue(value);
419 result=branchNode;
424 next=branchNode;
433 next=branchNode;
437 branchNode.add(thisChar, thisSuffixNode);
438 branchNode.add(newChar, newSuffixNode);
592 private static abstract class BranchNode extends Node {
593 public BranchNode() {}
601 private static final class ListBranchNode extends BranchNode {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
StringTrieBuilder.java 406 DynamicBranchNode branchNode=new DynamicBranchNode();
413 branchNode.setValue(value);
421 result=branchNode;
426 next=branchNode;
435 next=branchNode;
439 branchNode.add(thisChar, thisSuffixNode);
440 branchNode.add(newChar, newSuffixNode);
594 private static abstract class BranchNode extends Node {
595 public BranchNode() {}
603 private static final class ListBranchNode extends BranchNode {
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 433 milliseconds