Lines Matching full:prev
1034 // prev[i] is the index of the last CJK character in the previous word in
1037 AutoBuffer<int, defaultInputLength> prev(numChars + 1);
1039 prev[i] = -1;
1076 prev[lengths[j] + i] = i;
1101 prev[j] = i;
1109 // prev[numChars] is guaranteed to be meaningful.
1120 for (int i = numChars; i > 0; i = prev[i]) {
1123 U_ASSERT(prev[t_boundary[numBreaks - 1]] == 0);