Searched refs:GLOBAL_PRINT_COUNT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Dctest.c119 static int GLOBAL_PRINT_COUNT = 0; /* global count of printouts */ variable
371 int myGLOBAL_PRINT_COUNT = GLOBAL_PRINT_COUNT;
416 if((GLOBAL_PRINT_COUNT-myGLOBAL_PRINT_COUNT)>PAGE_SIZE_LIMIT) {
445 int myGLOBAL_PRINT_COUNT = GLOBAL_PRINT_COUNT;
459 } else if((GLOBAL_PRINT_COUNT-myGLOBAL_PRINT_COUNT)>PAGE_SIZE_LIMIT || (depth<1)) {
692 GLOBAL_PRINT_COUNT++;
734 GLOBAL_PRINT_COUNT++;
748 GLOBAL_PRINT_COUNT++;
761 GLOBAL_PRINT_COUNT++;
778 GLOBAL_PRINT_COUNT
[all...]
/external/icu/icu4c/source/tools/ctestfw/
H A Dctest.c119 static int GLOBAL_PRINT_COUNT = 0; /* global count of printouts */ variable
371 int myGLOBAL_PRINT_COUNT = GLOBAL_PRINT_COUNT;
416 if((GLOBAL_PRINT_COUNT-myGLOBAL_PRINT_COUNT)>PAGE_SIZE_LIMIT) {
445 int myGLOBAL_PRINT_COUNT = GLOBAL_PRINT_COUNT;
459 } else if((GLOBAL_PRINT_COUNT-myGLOBAL_PRINT_COUNT)>PAGE_SIZE_LIMIT || (depth<1)) {
693 GLOBAL_PRINT_COUNT++;
735 GLOBAL_PRINT_COUNT++;
749 GLOBAL_PRINT_COUNT++;
762 GLOBAL_PRINT_COUNT++;
779 GLOBAL_PRINT_COUNT
[all...]

Completed in 53 milliseconds