HomeSort by relevance Sort by last modified time
    Searched refs:currentRun (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 60 le_int32 *currentRun = LE_NEW_ARRAY(le_int32, styleCount);
72 currentRun[style] = 0;
84 while (currentRun[0] < styleRunArrays[0]->getCount()) {
89 if (styleRunArrays[style]->getLimit(currentRun[style]) < fRunLimits[run]) {
90 fRunLimits[run] = styleRunArrays[style]->getLimit(currentRun[style]);
96 fStyleIndices[runStyle++] = currentRun[style];
98 if (styleRunArrays[style]->getLimit(currentRun[style]) == fRunLimits[run]) {
99 currentRun[style] += 1;
107 LE_DELETE_ARRAY(currentRun);
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/
aws-java-sdk-swf-libraries-1.11.18.jar 

Completed in 192 milliseconds