Searched refs:tSrcLen (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | idnatest.c | 84 int32_t tSrcLen = 0; in testAPI() local 88 tSrcLen = u_strlen(src); in testAPI() 89 tSrc =(UChar*) malloc( U_SIZEOF_UCHAR * tSrcLen ); in testAPI() 90 memcpy(tSrc,src,tSrcLen * U_SIZEOF_UCHAR); in testAPI() 141 destLen = func(tSrc, tSrcLen, NULL,0,options, &parseError, &status); in testAPI() 162 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testAPI() 206 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
|
/external/icu/icu4c/source/test/intltest/ |
D | testidna.cpp | 465 int32_t tSrcLen = 0; in testAPI() local 469 tSrcLen = u_strlen(src); in testAPI() 470 tSrc =(UChar*) malloc( U_SIZEOF_UCHAR * tSrcLen ); in testAPI() 471 memcpy(tSrc,src,tSrcLen * U_SIZEOF_UCHAR); in testAPI() 544 destLen = func(tSrc, tSrcLen, NULL,0,options, &parseError, &status); in testAPI() 570 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testAPI() 626 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
|