Home | History | Annotate | Download | only in intltest

Lines Matching refs:tSrc

466     UChar* tSrc = NULL; 
470 tSrc =(UChar*) malloc( U_SIZEOF_UCHAR * tSrcLen );
471 memcpy(tSrc,src,tSrcLen * U_SIZEOF_UCHAR);
504 free(tSrc);
544 destLen = func(tSrc, tSrcLen, NULL,0,options, &parseError, &status);
570 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
626 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status);
651 free(tSrc);