Home
last modified time | relevance | path

Searched refs:lineBuf (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dnormconf.cpp164 char lineBuf[BUF_SIZE]; in TestConformance() local
181 T_FileStream_readLine(input, lineBuf, (int32_t)sizeof(lineBuf)); in TestConformance()
190 uprv_strcpy(lineBuf, moreCases[count]); in TestConformance()
192 if (lineBuf[0] == 0 || lineBuf[0] == '\n' || lineBuf[0] == '\r') continue; in TestConformance()
198 if (lineBuf[0] == '#') continue; in TestConformance()
201 if (lineBuf[0] == '@') { in TestConformance()
202 logln(lineBuf); in TestConformance()
[all...]
H A Dnumbertest_permutation.cpp174 const UChar* lineBuf = ucbuf_readline(f.getAlias(), &lineLength, status); in testPermutations() local
175 if (lineBuf == nullptr) { in testPermutations()
179 UnicodeString expectedLine(lineBuf, lineLength - 1); in testPermutations()
H A Drbbimonkeytest.cpp294 const UChar *lineBuf = ucbuf_readline(rules, &lineLength, &status); in compileRules() local
295 if (lineBuf == NULL) { in compileRules()
298 UnicodeString line(lineBuf, lineLength); in compileRules()
/third_party/backends/backend/
H A Ddell1600n_net.c940 char itemBuf[16] = { 0 }, lineBuf[256] = { 0 }; in HexDump() local
949 sprintf (lineBuf, "%p: ", (void *) &buf[i]); in HexDump()
953 lineBufFree = sizeof (lineBuf) - strlen (lineBuf) - 1; in HexDump()
954 strncat (lineBuf, itemBuf, lineBufFree); in HexDump()
971 lineBufFree = sizeof (lineBuf) - strlen (lineBuf) - 1; in HexDump()
972 strncat (lineBuf, itemBuf, lineBufFree); in HexDump()
976 DBG (debugLevel, "%s\n", lineBuf); in HexDump()
977 lineBuf[ in HexDump()
[all...]
/third_party/cups-filters/filter/
H A Dpdftoraster.cxx1558 unsigned char *lineBuf = NULL; in writePageImage() local
1615 if (allocLineBuf) lineBuf = new unsigned char [bytesPerLine]; in writePageImage()
1627 dp = convertLine(bp,lineBuf,h - 1,plane+band,header.cupsWidth, in writePageImage()
1640 dp = convertLine(bp,lineBuf,h,plane+band,header.cupsWidth, in writePageImage()
1649 if (allocLineBuf) delete[] lineBuf; in writePageImage()

Completed in 8 milliseconds