Home | History | Annotate | Download | only in cintltst

Lines Matching full:testline

778     const char* testline = "This is a test line";
779 int32_t bufLen = (int32_t)strlen(testline)+10;
862 T_FileStream_writeLine(stream,testline);
865 if(uprv_strncmp(testline, buf,uprv_strlen(buf))!=0){
870 T_FileStream_write(stream,testline,(int32_t)strlen(testline));
873 if(uprv_strncmp(testline, buf,retLen)!=0){