HomeSort by relevance Sort by last modified time
    Searched refs:collation (Results 1 - 13 of 13) 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/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.
288 * collation and IDNA.
303 # error Contradictory collation switches in uconfig.h.
344 * 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/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/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/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/chromium_org/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 704 struct SResource* collation; local
817 collation = resLookup(collations, collationType);
818 if (collation != NULL) {
819 sequence = resLookup(collation, "Sequence");
956 // all sub-elements of the collation table, including the Version.
958 /* to omit collation rules */
980 warning(line, "Not building collation elements because of UCONFIG_NO_COLLATION and/or UCONFIG_NO_FILE_IO, see uconfig.h");
985 printf("Not building %s~%s collation binary\n", state->filename, collationType);
1058 printf("%s~%s collation tailoring part sizes:\n", state->filename, collationType);
    [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/icu/icu4c/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
887 @echo Making Collation files
    [all...]

Completed in 356 milliseconds