Home
last modified time | relevance | path

Searched refs:reqLen (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcustrtrn.c1180 int32_t reqLen= 0 ; in Test_UChar_WCHART_API() local
1208 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
1212 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen+1)); in Test_UChar_WCHART_API()
1213 wDestLen = reqLen+1; in Test_UChar_WCHART_API()
1214 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
1218 u_strFromWCS(uDest, uDestLen,&reqLen,wDest,reqLen,&err); in Test_UChar_WCHART_API()
1223 uDest = (UChar*) malloc(sizeof(UChar) * (reqLen+1)); in Test_UChar_WCHART_API()
1224 uDestLen = reqLen + 1; in Test_UChar_WCHART_API()
1225 u_strFromWCS(uDest, uDestLen,&reqLen,wDest,reqLen,&err); in Test_UChar_WCHART_API()
1257 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
[all …]
Dnfsprep.c216 int32_t pLen=0, sLen=0, reqLen=0, in nfs4_mixed_prepare() local
258 reqLen = pLen+sLen+1 /* for the delimiter */; in nfs4_mixed_prepare()
259 if(dest != NULL && reqLen <= destCapacity){ in nfs4_mixed_prepare()
276 return u_terminateChars(dest, destCapacity, reqLen, status); in nfs4_mixed_prepare()
Dcapitst.c1950 uint32_t reqLen = 0; in TestMergeSortKeys() local
1952 reqLen = ucol_mergeSortkeys(prefixKey, prefixKeyLen, suffixKey, suffixKeyLen, smallBuf, 3); in TestMergeSortKeys()
1953 if(reqLen != (prefixKeyLen+suffixKeyLen)) { in TestMergeSortKeys()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcustrtrn.c1180 int32_t reqLen= 0 ; in Test_UChar_WCHART_API() local
1208 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
1212 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen+1)); in Test_UChar_WCHART_API()
1213 wDestLen = reqLen+1; in Test_UChar_WCHART_API()
1214 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
1218 u_strFromWCS(uDest, uDestLen,&reqLen,wDest,reqLen,&err); in Test_UChar_WCHART_API()
1223 uDest = (UChar*) malloc(sizeof(UChar) * (reqLen+1)); in Test_UChar_WCHART_API()
1224 uDestLen = reqLen + 1; in Test_UChar_WCHART_API()
1225 u_strFromWCS(uDest, uDestLen,&reqLen,wDest,reqLen,&err); in Test_UChar_WCHART_API()
1257 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
[all …]
Dnfsprep.c216 int32_t pLen=0, sLen=0, reqLen=0, in nfs4_mixed_prepare() local
258 reqLen = pLen+sLen+1 /* for the delimiter */; in nfs4_mixed_prepare()
259 if(dest != NULL && reqLen <= destCapacity){ in nfs4_mixed_prepare()
276 return u_terminateChars(dest, destCapacity, reqLen, status); in nfs4_mixed_prepare()
Dcapitst.c1948 uint32_t reqLen = 0; in TestMergeSortKeys() local
1950 reqLen = ucol_mergeSortkeys(prefixKey, prefixKeyLen, suffixKey, suffixKeyLen, smallBuf, 3); in TestMergeSortKeys()
1951 if(reqLen != (prefixKeyLen+suffixKeyLen)) { in TestMergeSortKeys()
/external/chromium_org/third_party/icu/source/test/perf/normperf/
Dnormperf.cpp75 int32_t reqLen = 0; in normalizeInput() local
79 reqLen=unorm_normalize(src,srcLen,mode, options,NULL,0,&status); in normalizeInput()
82 dest->name = new UChar[reqLen+1]; in normalizeInput()
83 reqLen= unorm_normalize(src,srcLen,mode, options,dest->name,reqLen+1,&status); in normalizeInput()
84 dest->len=reqLen; in normalizeInput()
92 int32_t reqLen = 0; in normalizeInput() local
97 reqLen=unorm_normalize(src,srcLen,mode, options,NULL,0,&status); in normalizeInput()
100 dest = new UChar[reqLen+1]; in normalizeInput()
101 reqLen= unorm_normalize(src,srcLen,mode, options,dest,reqLen+1,&status); in normalizeInput()
102 len=reqLen; in normalizeInput()
/external/icu/icu4c/source/test/perf/normperf/
Dnormperf.cpp75 int32_t reqLen = 0; in normalizeInput() local
79 reqLen=unorm_normalize(src,srcLen,mode, options,NULL,0,&status); in normalizeInput()
82 dest->name = new UChar[reqLen+1]; in normalizeInput()
83 reqLen= unorm_normalize(src,srcLen,mode, options,dest->name,reqLen+1,&status); in normalizeInput()
84 dest->len=reqLen; in normalizeInput()
92 int32_t reqLen = 0; in normalizeInput() local
97 reqLen=unorm_normalize(src,srcLen,mode, options,NULL,0,&status); in normalizeInput()
100 dest = new UChar[reqLen+1]; in normalizeInput()
101 reqLen= unorm_normalize(src,srcLen,mode, options,dest,reqLen+1,&status); in normalizeInput()
102 len=reqLen; in normalizeInput()
/external/chromium_org/third_party/icu/source/test/perf/ustrperf/
Dstringperf.h278 int32_t reqLen= 0 ; in prepareBulkForStd() local
282 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err); in prepareBulkForStd()
286 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen)); in prepareBulkForStd()
287 wDestLen = reqLen; in prepareBulkForStd()
288 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err); in prepareBulkForStd()
299 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in prepareBulkForStd()
303 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen+1)); in prepareBulkForStd()
304 wDestLen = reqLen+1; in prepareBulkForStd()
305 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in prepareBulkForStd()
/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.h278 int32_t reqLen= 0 ; in prepareBulkForStd() local
282 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err); in prepareBulkForStd()
286 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen)); in prepareBulkForStd()
287 wDestLen = reqLen; in prepareBulkForStd()
288 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err); in prepareBulkForStd()
299 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in prepareBulkForStd()
303 wDest =(wchar_t*) malloc(sizeof(wchar_t) * (reqLen+1)); in prepareBulkForStd()
304 wDestLen = reqLen+1; in prepareBulkForStd()
305 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in prepareBulkForStd()
/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-linux.c1825 Addr reqLen = req->len; in VG_() local
1936 if (floatIdx == -1 && holeLen >= reqLen) in VG_()