Searched refs:reqLen (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/icu/source/test/perf/normperf/
H A Dnormperf.cpp75 int32_t reqLen = 0; local
79 reqLen=unorm_normalize(src,srcLen,mode, options,NULL,0,&status);
82 dest->name = new UChar[reqLen+1];
83 reqLen= unorm_normalize(src,srcLen,mode, options,dest->name,reqLen+1,&status);
84 dest->len=reqLen;
92 int32_t reqLen = 0; local
97 reqLen=unorm_normalize(src,srcLen,mode, options,NULL,0,&status);
100 dest = new UChar[reqLen+1];
101 reqLen
[all...]
/external/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.cpp75 int32_t reqLen = 0; local
79 reqLen=unorm_normalize(src,srcLen,mode, options,NULL,0,&status);
82 dest->name = new UChar[reqLen+1];
83 reqLen= unorm_normalize(src,srcLen,mode, options,dest->name,reqLen+1,&status);
84 dest->len=reqLen;
92 int32_t reqLen = 0; local
97 reqLen=unorm_normalize(src,srcLen,mode, options,NULL,0,&status);
100 dest = new UChar[reqLen+1];
101 reqLen
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtrn.c1180 int32_t reqLen= 0 ; local
1208 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1212 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen+1));
1213 wDestLen = reqLen+1;
1214 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1218 u_strFromWCS(uDest, uDestLen,&reqLen,wDest,reqLen,&err);
1223 uDest = (UChar*) malloc(sizeof(UChar) * (reqLen+1));
1224 uDestLen = reqLen + 1;
1225 u_strFromWCS(uDest, uDestLen,&reqLen,wDes
1443 int32_t wDestLen =0, reqLen=0, i=0; local
[all...]
H A Dnfsprep.c216 int32_t pLen=0, sLen=0, reqLen=0, local
258 reqLen = pLen+sLen+1 /* for the delimiter */;
259 if(dest != NULL && reqLen <= destCapacity){
276 return u_terminateChars(dest, destCapacity, reqLen, status);
H A Dcapitst.c1948 uint32_t reqLen = 0; local
1950 reqLen = ucol_mergeSortkeys(prefixKey, prefixKeyLen, suffixKey, suffixKeyLen, smallBuf, 3);
1951 if(reqLen != (prefixKeyLen+suffixKeyLen)) {
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtrn.c1180 int32_t reqLen= 0 ; local
1208 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1212 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen+1));
1213 wDestLen = reqLen+1;
1214 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1218 u_strFromWCS(uDest, uDestLen,&reqLen,wDest,reqLen,&err);
1223 uDest = (UChar*) malloc(sizeof(UChar) * (reqLen+1));
1224 uDestLen = reqLen + 1;
1225 u_strFromWCS(uDest, uDestLen,&reqLen,wDes
1443 int32_t wDestLen =0, reqLen=0, i=0; local
[all...]
H A Dnfsprep.c216 int32_t pLen=0, sLen=0, reqLen=0, local
258 reqLen = pLen+sLen+1 /* for the delimiter */;
259 if(dest != NULL && reqLen <= destCapacity){
276 return u_terminateChars(dest, destCapacity, reqLen, status);
H A Dcapitst.c1950 uint32_t reqLen = 0; local
1952 reqLen = ucol_mergeSortkeys(prefixKey, prefixKeyLen, suffixKey, suffixKeyLen, smallBuf, 3);
1953 if(reqLen != (prefixKeyLen+suffixKeyLen)) {
/external/chromium_org/third_party/icu/source/test/perf/ustrperf/
H A Dstringperf.h278 int32_t reqLen= 0 ; local
282 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err);
286 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen));
287 wDestLen = reqLen;
288 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err);
299 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
303 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen+1));
304 wDestLen = reqLen+1;
305 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
/external/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.h278 int32_t reqLen= 0 ; local
282 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err);
286 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen));
287 wDestLen = reqLen;
288 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err);
299 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
303 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen+1));
304 wDestLen = reqLen+1;
305 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c1825 Addr reqLen = req->len; local
1936 if (floatIdx == -1 && holeLen >= reqLen)
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 5708 milliseconds