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

  /external/icu4c/test/perf/collationperf/
collperf.cpp 840 int linecount = 0; local
841 while (linecount < gNumFileLines) {
842 UChar *str = gFileLines[linecount].name;
843 int strlen = haslen?gFileLines[linecount].len:-1;
849 linecount ++;
860 int linecount = 0; local
861 while (linecount < gNumFileLines) {
862 UChar *str = gFileLines[linecount].name;
863 int strlen = haslen?gFileLines[linecount].len:-1;
865 linecount ++
884 int linecount = 0; local
1003 int linecount = 0; local
1024 int linecount = 0; local
1048 int linecount = 0; local
    [all...]
  /external/dropbear/
cli-auth.c 64 unsigned int i, linecount; local
83 linecount = 1;
86 if (linecount >= MAX_BANNER_LINES) {
90 linecount++;
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_RLEaccel.c 789 int linecount = srcrect->h; \
825 if(!--linecount) \
908 int linecount = srcrect->h; \
924 if(!--linecount) \
1025 int linecount = srcrect->h; \
1088 } while(--linecount); \
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 5238 int linecount = layout.getLineCount(); local
    [all...]

Completed in 181 milliseconds