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

/external/chromium_org/third_party/icu/source/i18n/
H A Dcoll.cpp16 * 2/5/97 aliu Modified createDefault to load collation data from
351 // return a valid collation object, if the system is functioning properly.
353 // use the built-in default collation rules. THEREFORE, createInstance()
355 // ADVANCE that the given locale's collation is properly implemented as a
361 RuleBasedCollator* collation = new RuleBasedCollator(desiredLocale, local
364 if (collation == 0) {
370 delete collation;
371 collation = 0;
373 return collation;
528 * The task for determing the default collation strengt
[all...]
H A Ducol_tok.cpp17 * tokens that will be turned into collation elements
125 * collation parser and its strength into a file. When a big change in format
947 * < : Primary collation
948 * << : Secondary collation
949 * <<< : Tertiary collation
950 * ; : Secondary collation
951 * , : Tertiary collation
1233 /* if it is, it's just a regular character in collation rules */
2126 UResourceBundle* collation; local
2134 collation
[all...]
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dparse.cpp667 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 */
1009 /* to omit collation rules */
1047 printf(" collation elements %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
1103 /* first we assume that our collation table won't have the explicit type */
1108 collationRes = addCollation(state, collationRes, startline, status); /* need to parse the collation dat
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dparse.cpp704 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);
1100 printf(" collation element
[all...]

Completed in 202 milliseconds