Searched refs:lines_ (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/test/perf/ustrperf/ |
D | stringperf.h | 99 (*fn1_)(lines_[i].name,lines_[i].len,uS0_[i]); in call() 107 (*fn1_)(lines_[i].name,-1,uS0_[i]); in call() 143 lines_=srcLines; in StringPerfFunction() 156 uS0_[i]=UnicodeString(lines_[i].name, lines_[i].len); in StringPerfFunction() 167 lines_=srcLines; in StringPerfFunction() 190 lines_=NULL; in StringPerfFunction() 212 lines_=NULL; in StringPerfFunction() 257 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err); in prepareLinesForStd() 262 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len-1, &err); in prepareLinesForStd() 328 ULine* lines_; variable
|
/third_party/alsa-utils/alsamixer/ |
D | widget.c | 44 void widget_init(struct widget *widget, int lines_, int cols, int y, int x, in widget_init() argument 50 y = (screen_lines - lines_) / 2; in widget_init() 55 widget->window = newwin(lines_, cols, y, x); in widget_init() 70 lines_ - 2, cols - 2, 1, 1); in widget_init()
|
D | widget.h | 27 int lines_, int cols, int y, int x,
|