Home
last modified time | relevance | path

Searched refs:lineLen (Results 1 – 9 of 9) sorted by relevance

/external/skqp/tools/bookmaker/
DtextParser.cpp46 size_t lineLen = this->lineLength(); in reportWarning() local
48 while (spaces > 0 && (size_t) spaces > lineLen) { in reportWarning()
50 err.fLine += lineLen; in reportWarning()
51 spaces -= lineLen; in reportWarning()
52 lineLen = err.lineLength(); in reportWarning()
56 if (0 == lineLen) { in reportWarning()
59 while (lineLen > 0 && '\n' == err.fLine[lineLen - 1]) { in reportWarning()
60 --lineLen; in reportWarning()
62 SkDebugf("%.*s\n", (int) lineLen, err.fLine); in reportWarning()
DtextParser.h478 ptrdiff_t lineLen = fEnd - fChar; in startsWith() local
479 return len <= (size_t) lineLen && 0 == strncmp(str, fChar, len); in startsWith()
DincludeWriter.cpp21 int lineLen = 0; in checkChildCommentLength() local
24 lineLen = itemChild->length(); in checkChildCommentLength()
28 if (!lineLen) { in checkChildCommentLength()
31 if (fEnumItemCommentTab + lineLen >= 100) { in checkChildCommentLength()
DbmhParser.cpp2033 ptrdiff_t lineLen; in skipToDefinitionEnd() local
2036 lineLen = this->lineLength(); in skipToDefinitionEnd()
2059 } while ((void) ++fLineCount, (void) (fLine += lineLen), (void) (fChar = fLine), in skipToDefinitionEnd()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/biz/base64Coder/
DBase64Coder.java102 public static String encodeLines(byte[] in, int iOff, int iLen, int lineLen, in encodeLines() argument
104 int blockLen = (lineLen * 3) / 4; in encodeLines()
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp533 int lineLen = -1; in doBinarySearch() local
536 lineLen = (gSortedLines[line])->len; in doBinarySearch()
560 …r = ucol_strcoll(gCol, (gSortedLines[line])->name, lineLen, (gSortedLines[guess])->name, guessLen); in doBinarySearch()
584 int lineLen = -1; in doBinarySearch() local
587 lineLen = (gSortedLines[line])->len; in doBinarySearch()
610 …r = CompareStringW(gWinLCID, 0, (gSortedLines[line])->name, lineLen, (gSortedLines[guess])->name, … in doBinarySearch()
/external/icu/icu4c/source/tools/gencnval/
Dgencnval.c167 addOfficialTaggedStandards(char *line, int32_t lineLen);
585 addOfficialTaggedStandards(char *line, int32_t lineLen) { in addOfficialTaggedStandards() argument
586 (void) lineLen; // suppress compiler warnings about unused variable in addOfficialTaggedStandards()
/external/icu/icu4c/source/test/iotest/
Dfiletst.c762 int32_t lineLen = (int32_t)strlen(line); in TestLineCount() local
775 fwrite(line, lineLen, 1, stdFile); in TestLineCount()
/external/boringssl/src/ssl/test/runner/
Drunner.go16646 var started, done, failed, unimplemented, lineLen int
16653 for i := 0; i < lineLen; i++ {
16698 lineLen = len(line)