Home | History | Annotate | Download | only in cintltst

Lines Matching full:testline

780     const char* testline = "This is a test line";
781 int32_t bufLen = (int32_t)strlen(testline)+10;
864 T_FileStream_writeLine(stream,testline);
867 if(uprv_strncmp(testline, buf,uprv_strlen(buf))!=0){
872 T_FileStream_write(stream,testline,(int32_t)strlen(testline));
875 if(uprv_strncmp(testline, buf,retLen)!=0){