Lines Matching full:t_boundary
902 // Start pushing the optimal offset index into t_boundary (t for tentative).
905 // t_boundary[0] = numChars, and afterwards do a swap.
907 AutoBuffer<int, maxWordSize> t_boundary(numChars + 1);
912 t_boundary[numBreaks++] = numChars;
915 t_boundary[numBreaks++] = i;
917 U_ASSERT(prev[t_boundary[numBreaks - 1]] == 0);
920 // Reverse offset index in t_boundary.
924 t_boundary[numBreaks++] = 0;
931 foundBreaks.push(charPositions[t_boundary[i]] + rangeStart, status);