Home | History | Annotate | Download | only in apps

Lines Matching defs:flen

2795 		size_t i,flen=strlen(from)+1,tlen=strlen(to)+1;
2796 tfrom = (TCHAR *)malloc(sizeof(TCHAR)*(flen+tlen));
2798 tto=tfrom+flen;
2800 if (!MultiByteToWideChar(CP_ACP,0,from,flen,(WCHAR *)tfrom,flen))
2802 for (i=0;i<flen;i++) tfrom[i]=(TCHAR)from[i];