HomeSort by relevance Sort by last modified time
    Searched full:t_boundary (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/icu/source/common/
dictbe.cpp 680 // Start pushing the optimal offset index into t_boundary (t for tentative).
683 // t_boundary[0] = numChars, and afterwards do a swap.
684 AutoBuffer<int, maxWordSize> t_boundary(numChars + 1);
689 t_boundary[numBreaks++] = numChars;
692 t_boundary[numBreaks++] = i;
695 U_ASSERT(prev[t_boundary[numBreaks-1]] == 0);
698 // Reverse offset index in t_boundary.
702 t_boundary[numBreaks++] = 0;
709 foundBreaks.push(charPositions[t_boundary[i]] + rangeStart, status);
  /external/icu/icu4c/source/common/
dictbe.cpp     [all...]
  /external/chromium_org/third_party/icu/patches/
segmentation.patch 316 + // Start pushing the optimal offset index into t_boundary (t for tentative).
319 + // t_boundary[0] = numChars, and afterwards do a swap.
320 + AutoBuffer<int, maxWordSize> t_boundary(numChars + 1);
325 + t_boundary[numBreaks++] = numChars;
328 + t_boundary[numBreaks++] = i;
331 + U_ASSERT(prev[t_boundary[numBreaks-1]] == 0);
334 + // Reverse offset index in t_boundary.
338 + t_boundary[numBreaks++] = 0;
345 + foundBreaks.push(charPositions[t_boundary[i]] + rangeStart, status);
    [all...]

Completed in 195 milliseconds