Home | History | Annotate | Download | only in src

Lines Matching refs:Span

7111   // A span is over the clusters
7126 SearchSpan Span = SearchSpanStack.top();
7129 if (Span.Label != nullptr)
7130 Context.insert(Span.Label);
7132 switch (Span.Size) {
7138 lowerCaseCluster(CaseClusters[Span.Begin], Comparison, DoneCmp,
7144 const CaseCluster *CaseA = &CaseClusters[Span.Begin];
7145 const CaseCluster *CaseB = &CaseClusters[Span.Begin + 1];
7169 SizeT PivotIndex = Span.Begin + (Span.Size / 2);
7177 SearchSpanStack.emplace(Span.Begin, Span.Size / 2, Label);
7178 SearchSpanStack.emplace(PivotIndex, Span.Size - (Span.Size / 2), nullptr);