/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationLoader.java | 85 "collations/" + ASCII.toLowerCase(collationType)); 126 // There are zero or more tailorings in the collations table. 127 UResourceBundle collations; local 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, type) [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationLoader.java | 83 "collations/" + ASCII.toLowerCase(collationType)); 124 // There are zero or more tailorings in the collations table. 125 UResourceBundle collations; local 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, type) [all...] |
/external/icu/icu4c/source/i18n/ |
ucol_res.cpp | 118 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", NULL, &errorCode) 649 UResourceBundle bundle, collations, collres, defres; local [all...] |
ucol_imp.h | 127 UResourceBundle *collations; member in class:CollationLoader
|
ucol_sit.cpp | 462 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/ |
Collator.java | 960 UResourceBundle collations = bundle.get("collations"); local [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
Collator.java | 999 UResourceBundle collations = bundle.get("collations"); local [all...] |
/external/icu/icu4c/source/test/testdata/ |
testdata.mak | 20 # and renaming the collations element to avoid build CollationElements
|
/external/icu/icu4c/source/tools/genrb/ |
parse.cpp | 771 struct SResource *collations = resLookup(root, "collations"); local 772 if (collations != NULL) { 773 struct SResource *collation = resLookup(collations, collationType); [all...] |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/ |
icu4j-53.1.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/ |
icu4j-54.1.1.jar | |
/prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/ |
saxon-9.1.0.8.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |