Searched defs:collations (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Ducol_imp.h127 UResourceBundle *collations; member in class:CollationLoader
H A Ducol_res.cpp118 LocalUResourceBundlePointer collations(
119 ures_getByKey(bundle.getAlias(), "collations", NULL, &errorCode));
121 ures_getByKeyWithFallback(collations.getAlias(), type, NULL, &errorCode));
168 bundle(NULL), collations(NULL), data(NULL) {
201 ures_close(collations);
214 } else if(collations == NULL) {
252 U_ASSERT(collations == NULL);
253 // There are zero or more tailorings in the collations table.
254 collations = ures_getByKey(bundle, "collations", NUL
649 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);
/external/icu/icu4c/source/tools/genrb/
H A Dparse.cpp704 struct SResource* collations; local
819 collations = resLookup(root, "collations");
820 if (collations != NULL) {
821 collation = resLookup(collations, collationType);
1319 if (tag != NULL && uprv_strcmp(tag, "collations") == 0)
2202 /* top-level tables need not handle special table names like "collations" */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 228 milliseconds