Home
last modified time | relevance | path

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

/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 = 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.go12208 var started, done, failed, unimplemented, lineLen int
12215 for i := 0; i < lineLen; i++ {
12251 lineLen = len(line)