H A D | howExpensiveIs.cpp | 442 char strBuf[200]; in warmup() local 443 u_strToUTF8(strBuf,200,NULL,buf,trial+1,&setupStatus); in warmup() 445 fFile,fLine,getName(),strBuf,fCStr, u_errorName(setupStatus)); in warmup() 566 char strBuf[200]; in warmup() local 567 u_strToUTF8(strBuf,200,NULL,buf,trial+1,&setupStatus); in warmup() 569 fFile,fLine,getName(),strBuf,trial,fCStr,fLen, u_errorName(setupStatus)); in warmup() 657 char strBuf[200]; in warmup() local 658 u_strToUTF8(strBuf,200,NULL,buf.getTerminatedBuffer(),buf.length()+1,&setupStatus); in warmup() 660 fFile,fLine,getName(),strBuf,buf.length(),fCStr,fLen, u_errorName(setupStatus)); in warmup()
|