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

  /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/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...]

Completed in 101 milliseconds