Lines Matching refs:first
117 // Finds the first unit index after this one where
118 // the first and last element have different units again.
120 virtual int32_t getLimitOfLinearMatch(int32_t first, int32_t last, int32_t unitIndex) const = 0;
156 * @return newNode if it is the first of its kind, or
183 * they call the static Node::hashCode() which checks for a NULL pointer first.
210 * Traverses the Node graph and numbers branch edges, with rightmost edges first.
220 * This function visits and marks right branch edges first.
223 * A branch edge also remembers the first number for any of its edges.
227 * and we can avoid writing it first.
232 * @param edgeNumber The first edge number for this node and its sub-nodes.