Searched refs:lineLen (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/scripts/eslint/rules/ |
D | simple-indent.cjs | 35 const lineLen = line.length + linebreaksLen; 43 totalLen += lineLen; 61 totalLen += lineLen;
|
/third_party/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 533 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/ |
D | gencnval.c | 167 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/ |
D | gencnval.c | 168 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/ |
D | filetst.c | 763 int32_t lineLen = (int32_t)strlen(line); in TestLineCount() local 776 fwrite(line, lineLen, 1, stdFile); in TestLineCount()
|