Searched refs:endRun (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/samples/layout/ |
D | paragraph.cpp | 66 le_int32 endRun = findRun(fontRuns, limit - 1); in subsetFontRuns() local 70 for (le_int32 run = startRun; run <= endRun; run += 1) { in subsetFontRuns() 74 if (run == endRun) { in subsetFontRuns()
|
D | pflow.c | 94 le_int32 endRun = findFontRun(fontRuns, limit - 1); in subsetFontRuns() local 99 for (run = startRun; run <= endRun; run += 1) { in subsetFontRuns() 103 if (run == endRun) { in subsetFontRuns()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | BidiLine.java | 374 int firstRun, endRun, limitRun, runCount; in reorderLine() local 411 endRun = limitRun - 1; in reorderLine() 412 while (firstRun < endRun) { in reorderLine() 414 runs[firstRun] = runs[endRun]; in reorderLine() 415 runs[endRun] = tempRun; in reorderLine() 417 --endRun; in reorderLine()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | BidiLine.java | 373 int firstRun, endRun, limitRun, runCount; in reorderLine() local 410 endRun = limitRun - 1; in reorderLine() 411 while (firstRun < endRun) { in reorderLine() 413 runs[firstRun] = runs[endRun]; in reorderLine() 414 runs[endRun] = tempRun; in reorderLine() 416 --endRun; in reorderLine()
|
/external/icu/icu4c/source/common/ |
D | ubidiln.cpp | 440 int32_t firstRun, endRun, limitRun, runCount; in reorderLine() local 481 endRun=limitRun-1; in reorderLine() 482 while(firstRun<endRun) { in reorderLine() 484 runs[firstRun]=runs[endRun]; in reorderLine() 485 runs[endRun]=tempRun; in reorderLine() 487 --endRun; in reorderLine()
|
/external/catch2/include/internal/ |
D | catch_test_case_tracker.h | 77 void endRun();
|
D | catch_test_case_tracker.cpp | 47 void TrackerContext::endRun() { in endRun() function in Catch::TestCaseTracking::TrackerContext
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 5829 void endRun(); 11894 void TrackerContext::endRun() { in endRun() function in Catch::TestCaseTracking::TrackerContext
|
/external/bcc/tests/cc/ |
D | catch.hpp | 5510 void endRun() { in endRun() function in Catch::TestCaseTracking::TrackerContext
|