Home
last modified time | relevance | path

Searched refs:firstLine (Results 1 - 25 of 40) sorted by relevance

12

/third_party/icu/tools/unicode/c/genprops/misc/
H A Ducdmerge.c75 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 Dv8_prof_polyfill.js122 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 Dparse-proxy-response.js54 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 Dlayout.cpp237 le_int32 firstLine, lastLine; in WndProc() local
246 firstLine = si.nPos; in WndProc()
258 context->paragraph->draw(surface, firstLine, lastLine); in WndProc()
H A Dclayout.c240 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 Dpflow.h32 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine);
H A Dparagraph.h50 void draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine);
H A Dpflow.c320 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 Dgnomelayout.cpp227 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 Dparagraph.cpp227 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 Dcgnomelayout.c221 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 DIDNAConformanceTest.java258 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 DIDNAConformanceTest.java255 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 Dclayout.c239 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 Dlayout.cpp237 le_int32 firstLine, lastLine; in WndProc() local
246 firstLine = si.nPos; in WndProc()
258 context->paragraph->draw(surface, firstLine, lastLine); in WndProc()
H A Dpflow.h32 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine);
H A Dparagraph.h50 void draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine);
H A Dcgnomelayout.c219 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 Dgnomelayout.cpp227 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 Dparagraph.cpp227 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 Dpflow.c318 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 Dgptcurses.cc612 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 Dcolumnify.js173 var firstLine = item[columnName][0];
174 if (!endsWith(firstLine, column.truncateMarker)) item[columnName][0] += column.truncateMarker;
H A Dindex.js163 let firstLine = item[columnName][0]
164 if (!endsWith(firstLine, column.truncateMarker)) item[columnName][0] += column.truncateMarker
/third_party/backends/sanei/
H A Dsanei_magic.c1692 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()

Completed in 18 milliseconds

12