HomeSort by relevance Sort by last modified time
    Searched full:testline (Results 1 - 4 of 4) sorted by null

  /external/icu4c/test/intltest/
dcfmtest.cpp 241 UnicodeString testLine = lineMat.group(1, status);
242 // printf("%s\n", UnicodeStringPiece(testLine).data());
243 if (testLine.length() == 0) {
252 commentMat.reset(testLine);
262 parseLineMat.reset(testLine);
276 formatLineMat.reset(testLine);
291 lineNum, UnicodeStringPiece(testLine).data());
regextst.cpp     [all...]
dtfmttst.cpp     [all...]
  /external/icu4c/test/cintltst/
crestst.c 781 const char* testline = "This is a test line"; local
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){
    [all...]

Completed in 302 milliseconds