HomeSort by relevance Sort by last modified time
    Searched refs:collations (Results 1 - 11 of 11) sorted by null

  /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/icu4j/main/classes/collate/src/com/ibm/icu/text/
Collator.java 1001 UResourceBundle collations = bundle.get("collations"); local
    [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 704 struct SResource* collations; local
819 collations = resLookup(root, "collations");
820 if (collations != NULL) {
821 collation = resLookup(collations, collationType);
    [all...]
  /external/icu/icu4c/source/test/testdata/
testdata.mak 20 # and renaming the collations element to avoid build CollationElements
  /prebuilts/misc/common/icu4j/
icu4j.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 

Completed in 1108 milliseconds