Home
last modified time | relevance | path

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

/third_party/typescript/scripts/eslint/rules/
Dsimple-indent.cjs35 const lineLen = line.length + linebreaksLen;
43 totalLen += lineLen;
61 totalLen += lineLen;
/third_party/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()
/third_party/skia/third_party/externals/icu/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()
/third_party/icu/icu4c/source/tools/gencnval/
Dgencnval.c168 addOfficialTaggedStandards(char *line, int32_t lineLen);
586 addOfficialTaggedStandards(char *line, int32_t lineLen) { in addOfficialTaggedStandards() argument
587 (void) lineLen; // suppress compiler warnings about unused variable in addOfficialTaggedStandards()
/third_party/icu/icu4c/source/test/iotest/
Dfiletst.c763 int32_t lineLen = (int32_t)strlen(line); in TestLineCount() local
776 fwrite(line, lineLen, 1, stdFile); in TestLineCount()