Home
last modified time | relevance | path

Searched refs:tSrcLen (Results 1 – 4 of 4) sorted by relevance

/external/cronet/third_party/icu/source/test/cintltst/
Didnatest.c85 int32_t tSrcLen = 0; in testAPI() local
89 tSrcLen = u_strlen(src); in testAPI()
90 tSrc =(UChar*) malloc( U_SIZEOF_UCHAR * tSrcLen ); in testAPI()
91 memcpy(tSrc,src,tSrcLen * U_SIZEOF_UCHAR); 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()
/external/icu/icu4c/source/test/cintltst/
Didnatest.c85 int32_t tSrcLen = 0; in testAPI() local
89 tSrcLen = u_strlen(src); in testAPI()
90 tSrc =(UChar*) malloc( U_SIZEOF_UCHAR * tSrcLen ); in testAPI()
91 memcpy(tSrc,src,tSrcLen * U_SIZEOF_UCHAR); 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()
/external/icu/icu4c/source/test/intltest/
Dtestidna.cpp465 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()
/external/cronet/third_party/icu/source/test/intltest/
Dtestidna.cpp465 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()