1rem Copyright (C) 2016 and later: Unicode, Inc. and others. 2rem License & terms of use: http://www.unicode.org/copyright.html#License 3 4rem Copyright (C) 2008, International Business Machines Corporation and others. 5rem All Rights Reserved. 6 7set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2perf 8 9for %%f in (udhr_eng.txt 10 udhr_deu.txt 11 udhr_fra.txt 12 udhr_rus.txt 13 udhr_tha.txt 14 udhr_jpn.txt 15 udhr_cmn.txt 16 udhr_jpn.html) do ( 17 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000 18rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000 19rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000 20 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000 21 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000 22) 23