Searched refs:tSrc (Results 1 – 4 of 4) sorted by relevance
/external/cronet/third_party/icu/source/test/cintltst/ |
D | idnatest.c | 86 UChar* tSrc = NULL; in testAPI() local 90 tSrc =(UChar*) malloc( U_SIZEOF_UCHAR * tSrcLen ); in testAPI() 91 memcpy(tSrc,src,tSrcLen * U_SIZEOF_UCHAR); in testAPI() 113 free(tSrc); in testAPI() 142 destLen = func(tSrc, tSrcLen, NULL,0,options, &parseError, &status); in testAPI() 163 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testAPI() 207 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI() 226 free(tSrc); in testAPI()
|
/external/icu/icu4c/source/test/cintltst/ |
D | idnatest.c | 86 UChar* tSrc = NULL; in testAPI() local 90 tSrc =(UChar*) malloc( U_SIZEOF_UCHAR * tSrcLen ); in testAPI() 91 memcpy(tSrc,src,tSrcLen * U_SIZEOF_UCHAR); in testAPI() 113 free(tSrc); in testAPI() 142 destLen = func(tSrc, tSrcLen, NULL,0,options, &parseError, &status); in testAPI() 163 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testAPI() 207 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI() 226 free(tSrc); in testAPI()
|
/external/icu/icu4c/source/test/intltest/ |
D | testidna.cpp | 466 UChar* tSrc = NULL; in testAPI() local 470 tSrc =(UChar*) malloc( U_SIZEOF_UCHAR * tSrcLen ); in testAPI() 471 memcpy(tSrc,src,tSrcLen * U_SIZEOF_UCHAR); in testAPI() 504 free(tSrc); 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() 651 free(tSrc); in testAPI()
|
/external/cronet/third_party/icu/source/test/intltest/ |
D | testidna.cpp | 466 UChar* tSrc = NULL; in testAPI() local 470 tSrc =(UChar*) malloc( U_SIZEOF_UCHAR * tSrcLen ); in testAPI() 471 memcpy(tSrc,src,tSrcLen * U_SIZEOF_UCHAR); in testAPI() 504 free(tSrc); 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() 651 free(tSrc); in testAPI()
|