12e5b6d6dSopenharmony_cirem  Copyright (C) 2016 and later: Unicode, Inc. and others.
22e5b6d6dSopenharmony_cirem  License & terms of use: http://www.unicode.org/copyright.html
32e5b6d6dSopenharmony_ci
42e5b6d6dSopenharmony_cirem  Copyright (c) 2007, International Business Machines Corporation and
52e5b6d6dSopenharmony_cirem  others. All Rights Reserved.
62e5b6d6dSopenharmony_ci
72e5b6d6dSopenharmony_ciset PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
82e5b6d6dSopenharmony_cirem types: slow Bv Bv0 B0
92e5b6d6dSopenharmony_cirem --pattern [:White_Space:]
102e5b6d6dSopenharmony_ci
112e5b6d6dSopenharmony_cifor %%f in (udhr_eng.txt
122e5b6d6dSopenharmony_ci            udhr_deu.txt
132e5b6d6dSopenharmony_ci            udhr_fra.txt
142e5b6d6dSopenharmony_ci            udhr_rus.txt
152e5b6d6dSopenharmony_ci            udhr_tha.txt
162e5b6d6dSopenharmony_ci            udhr_jpn.txt
172e5b6d6dSopenharmony_ci            udhr_cmn.txt
182e5b6d6dSopenharmony_ci            udhr_jpn.html) do (
192e5b6d6dSopenharmony_ci  for %%t in (slow Bv Bv0) do (
202e5b6d6dSopenharmony_ci    %PERF% SpanUTF16 --type %%t -f \temp\udhr\%%f --pattern [:White_Space:] -v -e UTF-8 --passes 3 --iterations 10000
212e5b6d6dSopenharmony_ci  )
222e5b6d6dSopenharmony_ci)
23