Home | History | Annotate | Download | only in cintltst

Lines Matching refs:testline

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