Lines Matching full:branch
351 // outbound edge of a branch node.
354 // and the remaining branch length in bits 31..16.
355 // (We could store the remaining branch length minus 1 in bits 30..16 and not use the sign bit,
461 // Handles a branch node for both next(uchar) and next(string).
469 // from a branch.
477 // getNextUChars() when pos is on a branch node.
499 // - Branch node: Branches to other nodes according to the current input unit.
500 // The node unit is the length of the branch (number of units to select from)
518 // 0000..002f: Branch node. If node!=0 then the length is node+1, otherwise
521 // For a branch sub-node with at most this many entries, we drop down
546 // Compact intermediate-value integer, lead unit shared with a branch or linear-match node.