Home | History | Annotate | Download | only in common

Lines Matching full:t_boundary

1108     // Start pushing the optimal offset index into t_boundary (t for tentative).
1111 // t_boundary[0] = numChars, and afterwards do a swap.
1113 AutoBuffer<int, maxWordSize> t_boundary(numChars + 1);
1118 t_boundary[numBreaks++] = numChars;
1121 t_boundary[numBreaks++] = i;
1123 U_ASSERT(prev[t_boundary[numBreaks - 1]] == 0);
1126 // Reverse offset index in t_boundary.
1130 t_boundary[numBreaks++] = 0;
1137 foundBreaks.push(charPositions[t_boundary[i]] + rangeStart, status);