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

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationLoader.java85 "collations/" + ASCII.toLowerCase(collationType));
126 // There are zero or more tailorings in the collations table.
127 UResourceBundle collations;
129 collations = bundle.get("collations");
130 if (collations == null) {
141 String defT = ((ICUResourceBundle)collations).findStringWithFallback("default");
152 // Load the collations/type tailoring, with type fallback.
158 UResourceBundle data = findWithFallback(collations, type);
164 data = findWithFallback(collations, typ
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationLoader.java83 "collations/" + ASCII.toLowerCase(collationType));
124 // There are zero or more tailorings in the collations table.
125 UResourceBundle collations;
127 collations = bundle.get("collations");
128 if (collations == null) {
139 String defT = ((ICUResourceBundle)collations).findStringWithFallback("default");
150 // Load the collations/type tailoring, with type fallback.
156 UResourceBundle data = findWithFallback(collations, type);
162 data = findWithFallback(collations, typ
[all...]
/external/icu/icu4c/source/i18n/
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_imp.h127 UResourceBundle *collations; member in class:CollationLoader
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/android_icu4j/src/main/java/android/icu/text/
H A DCollator.java898 private static final String RESOURCE = "collations";
960 UResourceBundle collations = bundle.get("collations");
961 Enumeration<String> collEnum = collations.getKeys();
967 defcoll = collations.getString("default");
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollator.java934 private static final String RESOURCE = "collations";
999 UResourceBundle collations = bundle.get("collations");
1000 Enumeration<String> collEnum = collations.getKeys();
1006 defcoll = collations.getString("default");
/external/icu/icu4c/source/test/testdata/
H A Dtestdata.mak20 # and renaming the collations element to avoid build CollationElements
/external/icu/icu4c/source/tools/genrb/
H A Dparse.cpp771 struct SResource *collations = resLookup(root, "collations"); local
772 if (collations != NULL) {
773 struct SResource *collation = resLookup(collations, collationType);
1259 if (tag != NULL && uprv_strcmp(tag, "collations") == 0)
2053 /* 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 1181 milliseconds