Home | History | Annotate | Download | only in cintltst

Lines Matching refs:tSrc

85     UChar* tSrc = NULL;
89 tSrc =(UChar*) malloc( U_SIZEOF_UCHAR * tSrcLen );
90 memcpy(tSrc,src,tSrcLen * U_SIZEOF_UCHAR);
112 free(tSrc);
141 destLen = func(tSrc, tSrcLen, NULL,0,options, &parseError, &status);
162 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
206 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status);
225 free(tSrc);