Home | History | Annotate | Download | only in utrie2perf
      1 rem Copyright (C) 2008, International Business Machines Corporation and others.
      2 rem All Rights Reserved.
      3 
      4 set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2perf
      5 
      6 for %%f in (udhr_eng.txt
      7             udhr_deu.txt
      8             udhr_fra.txt
      9             udhr_rus.txt
     10             udhr_tha.txt
     11             udhr_jpn.txt
     12             udhr_cmn.txt
     13             udhr_jpn.html) do (
     14     %PERF% CheckFCD           -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
     15 rem %PERF% CheckFCDAlwaysGet  -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
     16 rem %PERF% CheckFCDUTF8       -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
     17     %PERF% ToNFC              -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
     18     %PERF% GetBiDiClass       -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
     19 )
     20