HomeSort by relevance Sort by last modified time
    Searched refs:reqLen (Results 1 - 10 of 10) sorted by null

  /external/icu/icu4c/source/test/perf/normperf/
normperf.cpp 78 int32_t reqLen = 0;
82 reqLen=unorm_normalize(src,srcLen,mode, options,NULL,0,&status);
85 dest->name = new UChar[reqLen+1];
86 reqLen= unorm_normalize(src,srcLen,mode, options,dest->name,reqLen+1,&status);
87 dest->len=reqLen;
95 int32_t reqLen = 0;
100 reqLen=unorm_normalize(src,srcLen,mode, options,NULL,0,&status);
103 dest = new UChar[reqLen+1];
104 reqLen= unorm_normalize(src,srcLen,mode, options,dest,reqLen+1,&status)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtrn.c     [all...]
nfsprep.c 218 int32_t pLen=0, sLen=0, reqLen=0,
260 reqLen = pLen+sLen+1 /* for the delimiter */;
261 if(dest != NULL && reqLen <= destCapacity){
278 return u_terminateChars(dest, destCapacity, reqLen, status);
capitst.c     [all...]
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 283 int32_t reqLen= 0 ;
287 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err);
291 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen));
292 wDestLen = reqLen;
293 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err);
304 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
308 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen+1));
309 wDestLen = reqLen+1;
310 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
  /hardware/ril/libril/
sap_service.cpp 70 Return<void> addPayloadAndDispatchRequest(MsgHeader *msg, uint16_t reqLen, uint8_t *reqPtr);
107 Return<void> SapImpl::addPayloadAndDispatchRequest(MsgHeader *msg, uint16_t reqLen,
109 pb_bytes_array_t *payload = (pb_bytes_array_t *) malloc(sizeof(pb_bytes_array_t) - 1 + reqLen);
116 msg->payload->size = reqLen;
117 memcpy(msg->payload->bytes, reqPtr, reqLen);
    [all...]
  /external/scapy/scapy/layers/tls/
session.py 165 reqLen = cipher_alg.expanded_key_len
171 reqLen)
202 reqLen = cipher_alg.block_size
207 reqLen)
    [all...]
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 194 milliseconds