HomeSort by relevance Sort by last modified time
    Searched full:collation (Results 201 - 225 of 536) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu/icu4c/source/i18n/
sortkey.cpp 59 // Create a collation key from a bit array.
172 // Bitwise comparison for the collation keys.
180 // Bitwise comparison for the collation keys.
collationroot.cpp 20 #include "collation.h"
uitercollationiterator.cpp 21 #include "collation.h"
48 return Collation::FALLBACK_CE32;
114 return Collation::FALLBACK_CE32;
122 return Collation::FALLBACK_CE32;
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
SearchIterator.java 421 // there's no need to set the collation element iterator
725 * Option to control how collation elements are compared.
730 * UTS #10 Unicode Collation Algorithm</a>, while ANY_BASE_WEIGHT_IS_WILDCARD
741 * Standard collation element comparison at the specified collator strength.
747 * Collation element comparison is modified to effectively provide behavior
750 * Collation elements in the pattern that have the base weight for the specified
752 * weight at that collation level in the searched text. For example, with a
763 * Collation element comparison is modified to effectively provide behavior
766 * Collation elements in either the pattern or the searched text that have the
768 * an element with any other weight at that collation level. For example, wit
    [all...]
  /external/icu/android_icu4j/resources/android/icu/
ICUConfig.properties 42 # or ICU4C .dat package files, for example, collation.dat or icudt54l.dat.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationFrozenMonkeyTest.java 229 logln("Demo Test 1 : Create a new table collation with rules \"& z < 0x00e4\"");
238 warnln( "Demo Test 1 Table Collation object creation failed.");
245 logln("Demo Test 2 : Create a new table collation with rules \"& z < a 0x0308\"");
251 errln( "Demo Test 1 Table Collation object creation failed.");
CollationMonkeyTest.java 204 logln("Demo Test 1 : Create a new table collation with rules \"& z < 0x00e4\"");
213 warnln( "Demo Test 1 Table Collation object creation failed.");
220 logln("Demo Test 2 : Create a new table collation with rules \"& z < a 0x0308\"");
226 errln( "Demo Test 1 Table Collation object creation failed.");
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleAliasCollationTest.java 72 logln("Collation old:"+oldLoc+" new:"+newLoc);
LocaleBuilderTest.java 91 {"K", "co", "PHONEBK", "K", "ca", "gregory", "L", "De", "T", "de-u-ca-gregory-co-phonebk", "de@calendar=gregorian;collation=phonebook"},
95 {"L", "de", "K", "co", "phonebk", "K", "ks", "level1", "K", "kk", "true", "T", "de-u-co-phonebk-kk-true-ks-level1", "de@collation=phonebook;colnormalization=yes;colstrength=primary"},
102 {"B", "es-u-def-abc-co-trad", "A", "hij", "D", "def", "T", "es-u-abc-hij-co-trad", "es@attribute=abc-hij;collation=traditional"},
103 {"B", "es-u-def-abc-co-trad", "A", "hij", "D", "def", "D", "def", "T", "es-u-abc-hij-co-trad", "es@attribute=abc-hij;collation=traditional"},
  /external/icu/icu4c/source/data/
build.xml 62 <target name="all" depends="locales, collation, rbnf, supplementalData, metadata, metaZones, windowsZones, likelySubtags, plurals, numberingSystems, translit, brkitr, keyTypeData, genderList, dayPeriods" />
70 <ant target='collation'>
154 <target name="collation" depends="init,setup" description="builds collation files in ICU text format">
158 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/collation" />
160 <arg name="--specialsdir" value="${env.ICU4C_DIR}/source/data/xml/collation"/>
161 <arg name="--type" value="collation"/>
328 <target name="translit" depends="init,setup" description="builds collation files in ICU text format">
377 <fileset id="collation" dir="${env.ICU4C_DIR}/source/data/coll">
  /external/icu/icu4c/source/samples/legacy/
newcol.cpp 24 * This is the module that uses new collation
oldcol.cpp 24 * This is the module that uses old collation
  /external/icu/icu4c/source/samples/strsrch/
readme.txt 5 strsrch: a sample program which finds the occurrences of a pattern string in a source string, using user-defined collation rules.
  /external/icu/icu4c/source/test/cintltst/
citertst.h 18 * Collation Iterator tests.
  /external/icu/icu4c/source/test/intltest/
ficoll.cpp 38 myCollation = Collator::createInstance(Locale("fi", "FI", "", "collation=standard"),status);
  /external/icu/icu4j/main/classes/collate/
build.xml 36 <target name="copy-data" unless="icu4c.data.path" description="Extract pre-built ICU collation data files and copy them to the project's binary directory">
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/
ICUConfig.properties 42 # or ICU4C .dat package files, for example, collation.dat or icudt54l.dat.
  /external/icu/icu4j/main/tests/collate/
build.xml 37 <target name="copy-collate-test-data" description="Extract pre-built ICU collation test data files and copy them to the project's binary directory">
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationFrozenMonkeyTest.java 228 logln("Demo Test 1 : Create a new table collation with rules \"& z < 0x00e4\"");
237 warnln( "Demo Test 1 Table Collation object creation failed.");
244 logln("Demo Test 2 : Create a new table collation with rules \"& z < a 0x0308\"");
250 errln( "Demo Test 1 Table Collation object creation failed.");
CollationMonkeyTest.java 203 logln("Demo Test 1 : Create a new table collation with rules \"& z < 0x00e4\"");
212 warnln( "Demo Test 1 Table Collation object creation failed.");
219 logln("Demo Test 2 : Create a new table collation with rules \"& z < a 0x0308\"");
225 errln( "Demo Test 1 Table Collation object creation failed.");
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
LocaleAliasCollationTest.java 71 logln("Collation old:"+oldLoc+" new:"+newLoc);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleBuilderTest.java 90 {"K", "co", "PHONEBK", "K", "ca", "gregory", "L", "De", "T", "de-u-ca-gregory-co-phonebk", "de@calendar=gregorian;collation=phonebook"},
94 {"L", "de", "K", "co", "phonebk", "K", "ks", "level1", "K", "kk", "true", "T", "de-u-co-phonebk-kk-true-ks-level1", "de@collation=phonebook;colnormalization=yes;colstrength=primary"},
101 {"B", "es-u-def-abc-co-trad", "A", "hij", "D", "def", "T", "es-u-abc-hij-co-trad", "es@attribute=abc-hij;collation=traditional"},
102 {"B", "es-u-def-abc-co-trad", "A", "hij", "D", "def", "D", "def", "T", "es-u-abc-hij-co-trad", "es@attribute=abc-hij;collation=traditional"},
  /external/icu/icu4j/main/tests/translit/
build.xml 37 <target name="copy-translit-test-data" description="Extract pre-built ICU collation test data files and copy them to the project's binary directory">
  /external/icu/icu4j/perf-tests/
normalizationperf_r_b.pl 29 "dataDir"=>"C:\\svn-icu4j\\src\\com\\ibm\\icu\\dev\\test\\perf\\data\\collation",
rbbiperf_r.pl 24 "dataDir"=>"svn-icu4j/src/com/ibm/icu/dev/test/perf/data/collation",

Completed in 673 milliseconds

1 2 3 4 5 6 7 891011>>