/third_party/icu/tools/unicode/c/genprops/misc/ |
H A D | ucdmerge.c | 75 static char line[2000], firstLine[2000], lastLine[2000]; in main() local 98 if(last>=0 && (c!=(last+1) || !sameData(firstLine, line))) { in main() 102 puts(firstLine); in main() 110 strchr(firstLine, ';'));/* first line starting from the first ; */ in main() 111 } else if(strchr(firstLine, '#')==NULL) { in main() 115 strchr(firstLine, ';'), /* first line starting from the first ; */ in main() 121 strchr(firstLine, ';'), /* first line starting from the first ; */ in main() 140 strcpy(firstLine, line); in main()
|
/third_party/node/lib/internal/ |
H A D | v8_prof_polyfill.js | 122 function versionCheck(firstLine, expected) { 127 firstLine = firstLine.split(','); 129 if ((firstLine.length !== 6 && firstLine.length !== 7) || 130 firstLine[0] !== 'v8-version') { 135 if (curVer[i] !== firstLine[i + 1])
|
/third_party/node/deps/npm/node_modules/https-proxy-agent/dist/ |
H A D | parse-proxy-response.js | 54 const firstLine = headerParts.shift(); 55 if (!firstLine) { 59 const firstLineParts = firstLine.split(' '); 84 debug('got proxy server response: %o %o', firstLine, headers);
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | layout.cpp | 237 le_int32 firstLine, lastLine; in WndProc() local 246 firstLine = si.nPos; in WndProc() 258 context->paragraph->draw(surface, firstLine, lastLine); in WndProc()
|
H A D | clayout.c | 240 le_int32 firstLine, lastLine; in WndProc() local 249 firstLine = si.nPos; in WndProc() 261 pf_draw(context->paragraph, surface, firstLine, lastLine); in WndProc()
|
H A D | pflow.h | 32 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine);
|
H A D | paragraph.h | 50 void draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine);
|
H A D | pflow.c | 320 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine) in pf_draw() argument 328 for (li = firstLine; li <= lastLine; li += 1) { in pf_draw()
|
H A D | gnomelayout.cpp | 227 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight(); in eventExpose() local 230 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
|
H A D | paragraph.cpp | 227 void Paragraph::draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine) in draw() argument 234 for (li = firstLine; li <= lastLine; li += 1) { in draw()
|
H A D | cgnomelayout.c | 221 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph); in eventExpose() local 224 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
H A D | IDNAConformanceTest.java | 258 boolean firstLine = true; in getInputData() 263 if (firstLine) { in getInputData() 266 firstLine = false; in getInputData()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
H A D | IDNAConformanceTest.java | 255 boolean firstLine = true; in getInputData() 260 if (firstLine) { in getInputData() 263 firstLine = false; in getInputData()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | clayout.c | 239 le_int32 firstLine, lastLine; in WndProc() local 248 firstLine = si.nPos; in WndProc() 260 pf_draw(context->paragraph, surface, firstLine, lastLine); in WndProc()
|
H A D | layout.cpp | 237 le_int32 firstLine, lastLine; in WndProc() local 246 firstLine = si.nPos; in WndProc() 258 context->paragraph->draw(surface, firstLine, lastLine); in WndProc()
|
H A D | pflow.h | 32 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine);
|
H A D | paragraph.h | 50 void draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine);
|
H A D | cgnomelayout.c | 219 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph); in eventExpose() local 222 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
|
H A D | gnomelayout.cpp | 227 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight(); in eventExpose() local 230 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
|
H A D | paragraph.cpp | 227 void Paragraph::draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine) in draw() argument 234 for (li = firstLine; li <= lastLine; li += 1) { in draw()
|
H A D | pflow.c | 318 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine) in pf_draw() argument 326 for (li = firstLine; li <= lastLine; li += 1) { in pf_draw()
|
/third_party/gptfdisk/ |
H A D | gptcurses.cc | 612 uint64_t i, j = 0, firstLine, numPerLine; in DisplayOptions() local 626 firstLine = LINES - 4; in DisplayOptions() 629 move(firstLine, 0); in DisplayOptions() 639 move(firstLine + i / numPerLine, (i % numPerLine) * 12 + 4); in DisplayOptions()
|
/third_party/node/deps/npm/node_modules/columnify/ |
H A D | columnify.js | 173 var firstLine = item[columnName][0]; 174 if (!endsWith(firstLine, column.truncateMarker)) item[columnName][0] += column.truncateMarker;
|
H A D | index.js | 163 let firstLine = item[columnName][0] 164 if (!endsWith(firstLine, column.truncateMarker)) item[columnName][0] += column.truncateMarker
|
/third_party/backends/sanei/ |
H A D | sanei_magic.c | 1692 int firstLine = height-1; in sanei_magic_getTransY() local 1700 firstLine = 0; in sanei_magic_getTransY() 1731 near += buffer[(firstLine*width+i) * depth + k]; in sanei_magic_getTransY() 1737 for(j=firstLine+direction; j!=lastLine; j+=direction){ in sanei_magic_getTransY() 1743 farLine = firstLine; in sanei_magic_getTransY() 1746 nearLine = firstLine; in sanei_magic_getTransY() 1773 near = buffer[(firstLine*width+i)/8] >> (7-(i%8)) & 1; in sanei_magic_getTransY() 1776 for(j=firstLine+direction; j!=lastLine; j+=direction){ in sanei_magic_getTransY()
|