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

  /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));
155 // There are zero or more tailorings in the collations table.
156 LocalUResourceBundlePointer collations(
157 ures_getByKey(bundle.getAlias(), "collations", NULL, &errorCode));
176 ures_getByKeyWithFallback(collations.getAlias(), "default", NULL,
192 // Load the collations/type tailoring, with type fallback.
195 ures_getByKeyWithFallback(collations.getAlias(), type, NULL, &errorCode));
203 ures_getByKeyWithFallback(collations.getAlias(), type, NULL, &errorCode))
464 UResourceBundle bundle, collations, collres, defres; local
    [all...]
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/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp 187 UResourceBundle *collations = ures_getByKey(b, "collations", NULL, status); local
196 UResourceBundle *defaultColl = ures_getByKeyWithFallback(collations, "default", NULL, &intStatus);
208 collElem = ures_getByKeyWithFallback(collations, keyBuffer, collations, status);
209 collations = NULL; // We just reused the collations object as collElem.
544 UResourceBundle* cresb = ures_getByKeyWithFallback(coll->rb, "collations", NULL, &status);
759 static const char RESOURCE_NAME[] = "collations";
830 UResourceBundle bundle, collations, collres, defres local
    [all...]
ucol_sit.cpp 438 UResourceBundle *collations = ures_getByKey(b, "collations", NULL, status); local
444 UResourceBundle *defaultColl = ures_getByKeyWithFallback(collations, "default", NULL, status);
456 collElem = ures_getByKeyWithFallback(collations, keyBuffer, collElem, status);
458 ures_close(collations);
ucol_tok.cpp 2131 UResourceBundle* collations; local
    [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 703 struct SResource* collations; local
815 collations = resLookup(root, "collations");
816 if (collations != NULL) {
817 collation = resLookup(collations, collationType);
    [all...]
  /external/chromium_org/third_party/icu/source/test/testdata/
testdata.mak 20 # and renaming the collations element to avoid build CollationElements
  /external/icu/icu4c/source/test/testdata/
testdata.mak 20 # and renaming the collations element to avoid build CollationElements
  /external/chromium_org/third_party/icu/source/tools/genrb/
parse.c 669 struct SResource* collations; local
780 collations = resLookup(root, "collations");
781 collation = resLookup(collations, type);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 340 milliseconds