Searched refs:bufLen (Results 26 - 50 of 65) sorted by relevance

123

/external/icu/icu4c/source/tools/genrb/
H A Drle.c148 usArrayToRLEString(const uint16_t* src,int32_t srcLen,uint16_t* buffer, int32_t bufLen,UErrorCode* status) { argument
149 uint16_t* bufLimit = buffer+bufLen;
194 byteArrayToRLEString(const uint8_t* src,int32_t srcLen, uint16_t* buffer,int32_t bufLen, UErrorCode* status) { argument
196 uint16_t* bufLimit = buffer+bufLen;
H A Dwrtjava.c231 uint32_t bufLen = 0; local
243 bufLen = uCharsToChars(buf,length,src,srcLen,status);
253 if(bufLen+(tabCount*4) > columnCount ){
257 while(len < bufLen){
260 if (add < (bufLen-len)) {
284 if(len+add<bufLen){
289 T_FileStream_write(out,current,bufLen-len);
295 T_FileStream_write(out, buf,bufLen);
/external/libcxxabi/src/Unwind/
H A DAddressSpace.hpp123 bool findFunctionName(pint_t addr, char *buf, size_t bufLen,
355 size_t bufLen,
360 snprintf(buf, bufLen, "%s", dyldInfo.dli_sname);
391 bool findFunctionName(pint_t addr, char *buf, size_t bufLen,
448 size_t bufLen, unw_word_t *offset) {
354 findFunctionName(pint_t addr, char *buf, size_t bufLen, unw_word_t *offset) argument
447 findFunctionName(pint_t addr, char *buf, size_t bufLen, unw_word_t *offset) argument
H A Dlibunwind.cpp253 size_t bufLen, unw_word_t *offset) {
255 "bufLen=%zu)\n", cursor, buf, bufLen);
257 if (co->getFunctionName(buf, bufLen, offset))
252 unw_get_proc_name(unw_cursor_t *cursor, char *buf, size_t bufLen, unw_word_t *offset) argument
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dwrtjava.c231 uint32_t bufLen = 0; local
243 bufLen = uCharsToChars(buf,length,src,srcLen,status);
253 if(bufLen+(tabCount*4) > columnCount ){
257 while(len < bufLen){
260 if (add < (bufLen-len)) {
284 if(len+add<bufLen){
289 T_FileStream_write(out,current,bufLen-len);
295 T_FileStream_write(out, buf,bufLen);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dtoolutil.cpp125 findDirname(const char *path, char *buffer, int32_t bufLen, UErrorCode* status) { argument
149 if((resultLen+1) <= bufLen) {
/external/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp126 findDirname(const char *path, char *buffer, int32_t bufLen, UErrorCode* status) { argument
150 if((resultLen+1) <= bufLen) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtestidna.cpp721 int32_t bufLen = 0; local
724 bufLen = (int32_t)strlen(domainNames[i]);
725 bufLen = u_unescape(domainNames[i],buf, bufLen+1);
726 func(buf,bufLen,expected,MAX_DEST_SIZE, UIDNA_ALLOW_UNASSIGNED, &parseError,&status);
747 int32_t bufLen = 0; local
750 bufLen = (int32_t)strlen(domainNames[i]);
751 bufLen = u_unescape(domainNames[i],buf, bufLen+1);
752 func(buf,bufLen,expecte
901 int32_t bufLen=0; local
[all...]
H A Dtsmthred.cpp1228 size_t bufLen = strlen(buffer); local
1236 strcpy(buffer+bufLen, ext);
1241 strcpy(buffer+bufLen, "_SHORT");
1246 strcpy(buffer+bufLen, "_STUB");
1251 *(buffer+bufLen) = 0;
H A Dplurults.cpp65 int32_t bufLen = us.extract((int32_t)0, us.length(), (char *)NULL, (uint32_t)0) + 1; local
66 buf = (char *)uprv_malloc(bufLen);
67 us.extract(0, us.length(), buf, bufLen); };
/external/icu/icu4c/source/test/intltest/
H A Dtestidna.cpp721 int32_t bufLen = 0; local
724 bufLen = (int32_t)strlen(domainNames[i]);
725 bufLen = u_unescape(domainNames[i],buf, bufLen+1);
726 func(buf,bufLen,expected,MAX_DEST_SIZE, UIDNA_ALLOW_UNASSIGNED, &parseError,&status);
747 int32_t bufLen = 0; local
750 bufLen = (int32_t)strlen(domainNames[i]);
751 bufLen = u_unescape(domainNames[i],buf, bufLen+1);
752 func(buf,bufLen,expecte
901 int32_t bufLen=0; local
[all...]
H A Dtsmthred.cpp1233 size_t bufLen = strlen(buffer); local
1241 strcpy(buffer+bufLen, ext);
1246 strcpy(buffer+bufLen, "_SHORT");
1251 strcpy(buffer+bufLen, "_STUB");
1256 *(buffer+bufLen) = 0;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Didnatest.c462 int32_t bufLen = 0; local
467 bufLen = (int32_t)strlen(domainNames[i]);
468 bufLen = u_unescape(domainNames[i],buf, bufLen+1);
469 func(buf,bufLen,expected,MAX_DEST_SIZE, UIDNA_ALLOW_UNASSIGNED, &parseError,&status);
491 int32_t bufLen = 0; local
497 bufLen = (int32_t)strlen(domainNames[i]);
498 bufLen = u_unescape(domainNames[i],buf, bufLen+1);
499 func(buf,bufLen,expecte
[all...]
H A Dcrestst.c783 int32_t bufLen = (int32_t)strlen(testline)+10; local
784 char* buf = (char*) malloc(bufLen);
868 T_FileStream_readLine(stream,buf,bufLen);
876 retLen = T_FileStream_read(stream, buf, bufLen);
H A Dcapitst.c379 int32_t bufLen = 200000; local
382 tempLength = ucol_getRulesEx(col,UCOL_TAILORING_ONLY,buffer,bufLen );
387 tempLength=ucol_getRulesEx(col,UCOL_FULL_RULES,buffer,bufLen );
2088 int32_t bufLen; local
2091 bufLen = u_unescape(inSet, buffer, 512);
2092 uset_applyPattern(set, buffer, bufLen, 0, status);
2102 bufLen = u_unescape(outSet, buffer, 512);
2103 uset_applyPattern(set, buffer, bufLen, 0, status);
/external/icu/icu4c/source/test/cintltst/
H A Didnatest.c462 int32_t bufLen = 0; local
467 bufLen = (int32_t)strlen(domainNames[i]);
468 bufLen = u_unescape(domainNames[i],buf, bufLen+1);
469 func(buf,bufLen,expected,MAX_DEST_SIZE, UIDNA_ALLOW_UNASSIGNED, &parseError,&status);
491 int32_t bufLen = 0; local
497 bufLen = (int32_t)strlen(domainNames[i]);
498 bufLen = u_unescape(domainNames[i],buf, bufLen+1);
499 func(buf,bufLen,expecte
[all...]
H A Dcapitst.c382 int32_t bufLen = 200000; local
385 tempLength = ucol_getRulesEx(col,UCOL_TAILORING_ONLY,buffer,bufLen );
390 tempLength=ucol_getRulesEx(col,UCOL_FULL_RULES,buffer,bufLen );
2096 int32_t bufLen; local
2099 bufLen = u_unescape(inSet, buffer, 512);
2100 uset_applyPattern(set, buffer, bufLen, 0, status);
2108 bufLen = uset_toPattern(set, buffer, LENGTHOF(buffer), TRUE, status);
2109 log_info(" missing: %s\n", aescstrdup(buffer, bufLen));
2110 bufLen = uset_toPattern(ref, buffer, LENGTHOF(buffer), TRUE, status);
2111 log_info(" total: size=%i %s\n", uset_getItemCount(ref), aescstrdup(buffer, bufLen));
[all...]
H A Dcrestst.c781 int32_t bufLen = (int32_t)strlen(testline)+10; local
782 char* buf = (char*) malloc(bufLen);
866 T_FileStream_readLine(stream,buf,bufLen);
874 retLen = T_FileStream_read(stream, buf, bufLen);
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ecc.c224 unsigned int bufLen; local
233 bufLen = 2*SSL3_RANDOM_LENGTH + ec_params.len + 1 + server_ecpoint.len;
234 if (bufLen <= sizeof buf) {
237 hashBuf = PORT_Alloc(bufLen);
253 PORT_Assert((unsigned int)(pBuf - hashBuf) == bufLen);
255 rv = ssl3_ComputeCommonKeyHash(hashAlg, hashBuf, bufLen, hashes,
258 PRINT_BUF(95, (NULL, "ECDHkey hash: ", hashBuf, bufLen));
H A Dsslsock.c1541 unsigned int *bufLen, unsigned int bufLenMax)
1551 if (!state || !buf || !bufLen) {
1565 *bufLen = ss->ssl3.nextProto.len;
1567 *bufLen = 0;
2568 PRInt32 bufLen; local
2619 bufLen = myIov.iov_len;
2620 left = first_len - bufLen;
2625 PORT_Memcpy(buf + bufLen, myIov.iov_base, toCopy);
2626 bufLen += toCopy;
2631 SEND( buf, bufLen );
1540 SSL_GetNextProto(PRFileDesc *fd, SSLNextProtoState *state, unsigned char *buf, unsigned int *bufLen, unsigned int bufLenMax) argument
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_sit.cpp729 addSpecial(contContext *context, UChar *buffer, int32_t bufLen, argument
742 addSpecial(context, buffer, bufLen, newCE, leftIndex, rightIndex, status);
764 addSpecial(context, buffer, bufLen, newCE, leftIndex, rightIndex, status);
776 if(rightIndex == bufLen-1) {
784 addSpecial(context, buffer, bufLen, newCE, leftIndex, rightIndex+1, status);
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A Dcollperf.cpp1378 int bufLen = 10000; local
1379 UChar *buf = (UChar *)malloc(bufLen * sizeof(UChar));
1392 if (i >= bufLen) {
1394 bufLen += 10000;
1395 buf = (UChar *)realloc(buf, bufLen);
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp1378 int bufLen = 10000; local
1379 UChar *buf = (UChar *)malloc(bufLen * sizeof(UChar));
1392 if (i >= bufLen) {
1394 bufLen += 10000;
1395 buf = (UChar *)realloc(buf, bufLen);
/external/chromium_org/third_party/icu/source/common/
H A Dlocid.cpp997 Locale::getKeywordValue(const char* keywordName, char *buffer, int32_t bufLen, UErrorCode &status) const argument
999 return uloc_getKeywordValue(fullName, keywordName, buffer, bufLen, &status);
/external/icu/icu4c/source/common/
H A Dlocid.cpp997 Locale::getKeywordValue(const char* keywordName, char *buffer, int32_t bufLen, UErrorCode &status) const argument
999 return uloc_getKeywordValue(fullName, keywordName, buffer, bufLen, &status);

Completed in 569 milliseconds

123