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

  /external/chromium_org/third_party/icu/source/test/cintltst/
sorttest.c 93 * NUM_LINES should be larger than this.
95 #define NUM_LINES 10000
114 for(i=0; i<NUM_LINES; ++i) {
147 lines=p=(Line *)uprv_malloc(NUM_LINES*sizeof(Line));
148 uprv_memset(lines, 0, NUM_LINES*sizeof(Line)); /* avoid uninitialized memory */
152 for(i=0; i<NUM_LINES; ++i) {
166 uprv_sortArray(lines, NUM_LINES, (int32_t)sizeof(Line),
177 for(i=1; i<NUM_LINES; ++i) {
  /external/icu/icu4c/source/test/cintltst/
sorttest.c 93 * NUM_LINES should be larger than this.
95 #define NUM_LINES 10000
114 for(i=0; i<NUM_LINES; ++i) {
147 lines=p=(Line *)uprv_malloc(NUM_LINES*sizeof(Line));
148 uprv_memset(lines, 0, NUM_LINES*sizeof(Line)); /* avoid uninitialized memory */
152 for(i=0; i<NUM_LINES; ++i) {
166 uprv_sortArray(lines, NUM_LINES, (int32_t)sizeof(Line),
177 for(i=1; i<NUM_LINES; ++i) {

Completed in 71 milliseconds