Searched defs:collation (Results 1 - 5 of 5) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationDummyTest.java302 // logln("start of english collation supplementary characters test\n");
309 // logln("start of tailored collation supplementary characters test\n");
319 // tests getting collation elements for surrogates for tailored rules
448 // Run collation element iterators over the three strings. Results should be same for each.
486 // tests comparison of custum collation with different strengths
488 private void doTest(Collator collation, char[] source, char[] target, int result) { argument
491 doTestVariant(collation, s, t, result);
493 doTestVariant(collation, t, s, 1);
495 doTestVariant(collation, t, s, -1);
497 doTestVariant(collation,
504 doTest(Collator collation,String s, String t, int result) argument
515 doTestVariant(Collator collation, String source, String target, int result) argument
[all...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationDummyTest.java298 // 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
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) { argument
487 doTestVariant(collation, s, t, result);
489 doTestVariant(collation, t, s, 1);
491 doTestVariant(collation, t, s, -1);
493 doTestVariant(collation,
500 doTest(Collator collation,String s, String t, int result) argument
511 doTestVariant(Collator collation, String source, String target, int result) argument
[all...]
/external/v8/src/js/
H A Di18n.js945 var collation = 'default'; variable
951 * http://unicode.org/repos/cldr/trunk/common/bcp47/collation.xml
960 // ICU can't tell us what the collation is, so save user's input.
961 collation = extensionMap.co;
966 defineWEProperty(internalOptions, 'collation', collation);
976 collation: {value: internalOptions.collation, writable: true},
1044 collation: coll[resolvedSymbol].collation
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dparse.cpp773 struct SResource *collation = resLookup(collations, collationType); local
774 if (collation != NULL) {
775 struct SResource *sequence = resLookup(collation, "Sequence");
901 // all sub-elements of the collation table, including the Version.
903 /* to omit collation rules */
925 warning(line, "Not building collation elements because of UCONFIG_NO_COLLATION and/or UCONFIG_NO_FILE_IO, see uconfig.h");
929 // Do not build collation binary data for for-import-only "private" collation rule strings.
932 printf("Not building %s~%s collation binary\n", state->filename, collationType);
939 printf("Not building %s~%s collation binar
[all...]
/external/guice/extensions/persist/lib/
H A Dhsqldb.jar ... java.lang.Object) public int hashCode () } org/hsqldb/Collation.class " package org.hsqldb public org.hsqldb ...

Completed in 386 milliseconds