Home | History | Annotate | Download | only in collationperf

Lines Matching refs:ICU

77     my @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -qsort`;
80 my @icua = split( ' = ', $icu[2] );
89 @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -keygen`;
92 @icua = split( ' = ', $icu[2] );
101 @icua = split( ' = ', $icu[3] );
126 #store ICU result
147 my $title = "Collation: ICU " . $ICULatestVersion . " vs GLIBC";
163 <link rel="stylesheet" href="../icu.css" type="text/css" />
219 <li>For general information on ICU collation see <a href=
223 "/apiref/icu4j/com/ibm/icu/text/Collator.html">Java</a>.</li>
242 <td align="left"><b>strcoll</b> <i>(ICU)</i></td>
243 <td align="left"><b>keygen</b> <i>(ICU)</i></td>
244 <td align="left"><b>keylen</b> <i>(ICU)</i></td>
248 <td align="left"><b>strcoll</b> <i>(GLIBC-ICU)/ICU)</i></td>
249 <td align="left"><b>keygen</b> <i>(GLIBC-ICU)/ICU)</i></td>
250 <td align="left"><b>keylen</b> <i>(GLIBC-ICU)/ICU)</i></td>