Searched refs:collations (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ducol_res.cpp109 LocalUResourceBundlePointer collations(
110 ures_getByKey(bundle.getAlias(), "collations", NULL, &errorCode));
112 ures_getByKeyWithFallback(collations.getAlias(), collationType, NULL, &errorCode));
146 // There are zero or more tailorings in the collations table.
147 LocalUResourceBundlePointer collations(
148 ures_getByKey(bundle.getAlias(), "collations", NULL, &errorCode));
167 ures_getByKeyWithFallback(collations.getAlias(), "default", NULL,
181 // Load the collations/type tailoring, with type fallback.
184 ures_getByKeyWithFallback(collations.getAlias(), type, NULL, &errorCode));
192 ures_getByKeyWithFallback(collations
453 UResourceBundle bundle, collations, collres, defres; local
[all...]
H A Ducol_sit.cpp462 UResourceBundle *collations = ures_getByKey(b, "collations", NULL, status); local
468 UResourceBundle *defaultColl = ures_getByKeyWithFallback(collations, "default", NULL, status);
480 collElem = ures_getByKeyWithFallback(collations, keyBuffer, collElem, status);
482 ures_close(collations);
/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Dparse.cpp703 struct SResource* collations; local
815 collations = resLookup(root, "collations");
816 if (collations != NULL) {
817 collation = resLookup(collations, collationType);
1298 if (tag != NULL && uprv_strcmp(tag, "collations") == 0)
2181 /* top-level tables need not handle special table names like "collations" */
/macosx-10.10/ICU-531.30/icuSources/test/testdata/
H A Dtestdata.mak20 # and renaming the collations element to avoid build CollationElements

Completed in 189 milliseconds