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

  /external/chromium_org/third_party/icu/source/common/unicode/
uconfig.h 51 * This switch turns off modules that are not needed for collation.
55 * If you want "only collation" and do not build for EBCDIC,
71 # error Contradictory collation switches in uconfig.h.
141 * collation and IDNA.
153 # error Contradictory collation switches in uconfig.h.
183 * This switch turns off collation and collation-based string search.
  /external/icu4c/common/unicode/
uconfig.h 197 * This switch turns off modules that are not needed for collation.
201 * If you want "only collation" and do not build for EBCDIC,
217 # error Contradictory collation switches in uconfig.h.
287 * collation and IDNA.
302 # error Contradictory collation switches in uconfig.h.
343 * This switch turns off collation and collation-based string search.
  /external/chromium_org/third_party/sqlite/src/test/
collate7.test 39 } {1 {no such collation sequence: CASELESS}}
70 } {1 {no such collation sequence: CASELESS}}
  /external/chromium_org/v8/src/extensions/i18n/
collator.js 73 var collation = 'default';
78 // ICU can't tell us what the collation is, so save user's input.
79 collation = extensionMap.co;
84 defineWEProperty(internalOptions, 'collation', collation);
94 collation: {value: internalOptions.collation, writable: true},
164 collation: coll.resolved.collation
199 * by the effective locale and collation options computed during constructio
    [all...]
globals.js 144 * http://unicode.org/repos/cldr/trunk/common/bcp47/collation.xml
  /external/chromium_org/third_party/icu/source/i18n/
coll.cpp 16 * 2/5/97 aliu Modified createDefault to load collation data from
20 * a Collation cache. Modified createDefault to look in
21 * cache first, and also to store newly created Collation
24 * Moved cache out of Collation class.
352 // return a valid collation object, if the system is functioning properly.
354 // use the built-in default collation rules. THEREFORE, createInstance()
356 // ADVANCE that the given locale's collation is properly implemented as a
362 RuleBasedCollator* collation = new RuleBasedCollator(desiredLocale, local
365 if (collation == 0) {
371 delete collation;
    [all...]
ucol_tok.cpp 17 * tokens that will be turned into collation elements
125 * collation parser and its strength into a file. When a big change in format
2132 UResourceBundle* collation; local
    [all...]
  /external/icu4c/i18n/
coll.cpp 16 * 2/5/97 aliu Modified createDefault to load collation data from
20 * a Collation cache. Modified createDefault to look in
21 * cache first, and also to store newly created Collation
24 * Moved cache out of Collation class.
373 // return a valid collation object, if the system is functioning properly.
375 // use the built-in default collation rules. THEREFORE, createInstance()
377 // ADVANCE that the given locale's collation is properly implemented as a
383 RuleBasedCollator* collation = new RuleBasedCollator(desiredLocale, local
386 if (collation == 0) {
392 delete collation;
    [all...]
ucol_tok.cpp 17 * tokens that will be turned into collation elements
125 * collation parser and its strength into a file. When a big change in format
2126 UResourceBundle* collation; local
    [all...]
  /external/chromium_org/third_party/icu/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/icu4c/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/chromium_org/v8/test/intl/collator/
property-override.js 54 'locale', 'numeric', 'usage', 'collation'
  /external/icu4c/tools/genrb/
parse.cpp 667 struct SResource* collation; local
779 collation = resLookup(collations, type);
780 if (collation != NULL) {
781 sequence = resLookup(collation, "Sequence");
913 warning(line, "Not building collation elements because of UCONFIG_NO_COLLATION and/or UCONFIG_NO_FILE_IO, see uconfig.h");
917 /* do the collation elements */
981 error(startline, "Collation could not be built- U_FILE_ACCESS_ERROR. Make sure ICU's data has been built and is loading properly.");
1005 printf("Not building Collation binary\n");
1010 /* to omit collation rules */
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
parse.c 670 struct SResource* collation; local
781 collation = resLookup(collations, type);
782 sequence = resLookup(collation, "Sequence");
896 warning(line, "Not building collation elements because of UCONFIG_NO_COLLATION and/or UCONFIG_NO_FILE_IO, see uconfig.h");
901 /* do the collation elements */
963 error(startline, "Collation could not be built- U_FILE_ACCESS_ERROR. Make sure ICU's data has been built and is loading properly.");
967 warning(line, "%%Collation could not be constructed from CollationElements - check context!");
975 printf("Not building Collation binary\n");
980 /* to omit collation rules */
1024 printf(" collation elements %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline)
    [all...]
  /external/chromium_org/third_party/icu/source/data/
makedata.mak 72 # The directory that contains colfiles.mk files along with *.txt collation data files
371 # Read the list of collation resource bundle files
873 @echo Making Collation files
    [all...]
  /external/icu4c/data/
makedata.mak 72 # The directory that contains colfiles.mk files along with *.txt collation data files
371 # Read the list of collation resource bundle files
884 @echo Making Collation files
    [all...]

Completed in 1335 milliseconds