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

  /external/icu/icu4c/source/test/cintltst/
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);
custrtrn.c     [all...]
capitst.c     [all...]
  /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/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);
  /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 398 milliseconds