Searched defs:clen (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/native/
H A Dio_util_md.c47 int clen = CFStringGetLength(csref); local
48 int ulen = (clen + 1) * 2; // utf16 + zero padding
55 rv = (*env)->NewString(env, (jchar*)chars, clen);
H A Dzip_util.h225 jint clen; /* length of the zip file comment */ member in struct:jzfile
H A Dzip_util.c303 jint clen; local
331 clen = ENDCOM(endbuf);
332 if (clen != 0) {
333 zip->comment = malloc(clen + 1);
337 if (readFullyAt(zfd, zip->comment, clen, pos + i + ENDHDR)
343 zip->comment[clen] = '\0';
344 zip->clen = clen;
1027 jint nlen, elen, clen; local
1051 clen
[all...]

Completed in 117 milliseconds