HomeSort by relevance Sort by last modified time
    Searched refs:collation (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/common/unicode/
uconfig.h 198 * This switch turns off modules that are not needed for collation.
202 * If you want "only collation" and do not build for EBCDIC,
218 # error Contradictory collation switches in uconfig.h.
307 * collation and IDNA.
322 # error Contradictory collation switches in uconfig.h.
363 * This switch turns off collation and collation-based string search.
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationDummyTest.java 298 // logln("start of english collation supplementary characters test\n");
305 // logln("start of tailored collation supplementary characters test\n");
315 // tests getting collation elements for surrogates for tailored rules
438 // Collation test. All three strings should be equal.
444 // Run collation element iterators over the three strings. Results should be same for each.
482 // tests comparison of custum collation with different strengths
484 private void doTest(Collator collation, char[] source, char[] target, int result) {
487 doTestVariant(collation, s, t, result);
489 doTestVariant(collation, t, s, 1);
491 doTestVariant(collation, t, s, -1)
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
CollPerf.pl 147 my $title = "Collation: ICU " . $ICULatestVersion . " vs GLIBC";
162 <title>Collation: ICU4C vs. glibc</title>
169 print HTML "<h2>Collation: ICU4C ".$ICULatestVersion." vs. GLIBC</h2>\n";
174 names vary according to language. Each Collation operation over the whole list
188 <td>Timing for string collation, an incremental compare of strings.</td>
217 of multi-level sorting, and other features of collation, see <a href=
218 "http://www.unicode.org/reports/tr10/">Unicode Collation (UCA)</a>.</li>
219 <li>For general information on ICU collation see <a href=
  /external/v8/test/intl/collator/
property-override.js 54 'locale', 'numeric', 'usage', 'collation'
  /external/icu/icu4c/source/i18n/
Android.mk 36 collation.cpp \
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 705 struct SResource* collation; local
821 collation = resLookup(collations, collationType);
822 if (collation != NULL) {
823 sequence = resLookup(collation, "Sequence");
959 // all sub-elements of the collation table, including the Version.
961 /* to omit collation rules */
983 warning(line, "Not building collation elements because of UCONFIG_NO_COLLATION and/or UCONFIG_NO_FILE_IO, see uconfig.h");
987 // Do not build collation binary data for for-import-only "private" collation rule strings.
990 printf("Not building %s~%s collation binary\n", state->filename, collationType)
    [all...]
  /external/icu/icu4c/source/data/
makedata.mak 72 # The directory that contains colfiles.mk files along with *.txt collation data files
393 # Read the list of collation resource bundle files
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 548 milliseconds