Searched refs:lineLen (Results 1 - 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/perf/collationperf/ |
H A 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, guessLen); in doBinarySearch()
|
/third_party/icu/icu4c/source/tools/gencnval/ |
H A 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/skia/third_party/externals/icu/source/tools/gencnval/ |
H A 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/test/iotest/ |
H A D | filetst.c | 763 int32_t lineLen = (int32_t)strlen(line); in TestLineCount() local 776 fwrite(line, lineLen, 1, stdFile); in TestLineCount()
|
Completed in 7 milliseconds