Home
last modified time | relevance | path

Searched refs:lineLen (Results 1 – 14 of 14) 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/skia/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.cpp2030 ptrdiff_t lineLen; in skipToDefinitionEnd() local
2033 lineLen = this->lineLength(); in skipToDefinitionEnd()
2056 } 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.cpp534 int lineLen = -1; in doBinarySearch() local
537 lineLen = (gSortedLines[line])->len; in doBinarySearch()
561 …r = ucol_strcoll(gCol, (gSortedLines[line])->name, lineLen, (gSortedLines[guess])->name, guessLen); in doBinarySearch()
585 int lineLen = -1; in doBinarySearch() local
588 lineLen = (gSortedLines[line])->len; in doBinarySearch()
611 …r = CompareStringW(gWinLCID, 0, (gSortedLines[line])->name, lineLen, (gSortedLines[guess])->name, … in doBinarySearch()
/external/icu/icu4c/source/tools/gencnval/
Dgencnval.c166 addOfficialTaggedStandards(char *line, int32_t lineLen);
585 addOfficialTaggedStandards(char *line, int32_t lineLen) { in addOfficialTaggedStandards() argument
/external/icu/icu4c/source/test/iotest/
Dfiletst.c734 int32_t lineLen = (int32_t)strlen(line); in TestLineCount() local
747 fwrite(line, lineLen, 1, stdFile); in TestLineCount()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp1281 size_t lineLen = strlen(m_psContext->ppszEffectFile[i]); in ParseGenericSurface() local
1282 char* pBlockCopy = new char[lineLen+1]; in ParseGenericSurface()
/external/boringssl/src/ssl/test/runner/
Drunner.go15052 var started, done, failed, unimplemented, lineLen int
15059 for i := 0; i < lineLen; i++ {
15099 lineLen = len(line)