Searched defs:endRun (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/samples/layout/
H A Dparagraph.cpp60 le_int32 endRun = findRun(fontRuns, limit - 1); local
64 for (le_int32 run = startRun; run <= endRun; run += 1) {
68 if (run == endRun) {
H A Dpflow.c91 le_int32 endRun = findFontRun(fontRuns, limit - 1); local
96 for (run = startRun; run <= endRun; run += 1) {
100 if (run == endRun) {
/external/icu4c/common/
H A Dubidiln.c438 int32_t firstRun, endRun, limitRun, runCount; local
479 endRun=limitRun-1;
480 while(firstRun<endRun) {
482 runs[firstRun]=runs[endRun];
483 runs[endRun]=tempRun;
485 --endRun;
505 /* Swap the entire sequence of all runs. (endRun==runCount) */

Completed in 47 milliseconds