Home | History | Annotate | Download | only in apps

Lines Matching full:tlen

411 			int tlen = arg->count + 20;
413 sizeof(char *)*tlen);
417 arg->count = tlen;
2795 size_t i,flen=strlen(from)+1,tlen=strlen(to)+1;
2796 tfrom = (TCHAR *)malloc(sizeof(TCHAR)*(flen+tlen));
2804 if (!MultiByteToWideChar(CP_ACP,0,to, tlen,(WCHAR *)tto, tlen))
2806 for (i=0;i<tlen;i++) tto[i] =(TCHAR)to[i];