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

  /external/icu4c/i18n/
ucol_res.cpp 184 UResourceBundle *collations = ures_getByKey(b, "collations", NULL, status); local
193 UResourceBundle *defaultColl = ures_getByKeyWithFallback(collations, "default", NULL, &intStatus);
205 collElem = ures_getByKeyWithFallback(collations, keyBuffer, collations, status);
206 collations = NULL; // We just reused the collations object as collElem.
510 UResourceBundle* cresb = ures_getByKeyWithFallback(coll->rb, "collations", NULL, &status);
717 static const char RESOURCE_NAME[] = "collations";
786 UResourceBundle bundle, collations, collres, defres local
    [all...]
ucol_sit.cpp 439 UResourceBundle *collations = ures_getByKey(b, "collations", NULL, status); local
445 UResourceBundle *defaultColl = ures_getByKeyWithFallback(collations, "default", NULL, status);
457 collElem = ures_getByKeyWithFallback(collations, keyBuffer, collElem, status);
459 ures_close(collations);
ucol_imp.h 221 /* Reasonable small value is around 10, if you don't do Arabic or other funky collations that have long expansion sequence */
    [all...]
  /external/icu4c/test/testdata/
te.txt 92 collations {
testaliases.txt 59 testAliasToTree:alias{"/ICUDATA-coll/en/collations"}
testtypes.txt 41 collations {
  /external/icu4c/data/
build.xml 205 <alias from="de__PHONEBOOK" to="de@collation=phonebook" xpath="//ldml/collations/default[@type='phonebook']"/>
206 <alias from="es__TRADITIONAL" to="es@collation=traditional" xpath="//ldml/collations/default[@type='traditional']"/>
207 <alias from="hi__DIRECT" to="hi@collation=direct" xpath="//ldml/collations/default[@type='direct']"/>
208 <alias from="zh__PINYIN" to="zh@collation=pinyin" xpath="//ldml/collations/default[@type='pinyin']"/>
209 <alias from="zh_TW_STROKE" to="zh@collation=stroke" xpath="//ldml/collations/default[@type='stroke']"/>
  /external/icu4c/test/cintltst/
creststn.c 308 r2 = ures_getByKey(r, "collations", NULL, &status);
321 r2 = ures_getByKey(r, "collations", r2, &status);
655 resB = ures_getByKey(theBundle, "collations", resB, &status);
659 log_data_err("Could not load collations from theBundle: %s\n", u_errorName(status));
    [all...]
crestst.c 904 { "collations", 1}, /* not 2 - there is hidden %%CollationBin */
    [all...]
callcoll.c 221 loc = ures_getByKey(loc, "collations", loc, &status);
    [all...]
citertst.c 574 log_verbose("Testing getOffset and setOffset for collations\n");
    [all...]
capitst.c 287 All the collations have the same version in an ICU
    [all...]
cmsccoll.c 397 cr = ures_getByKey(lr,"collations",0,&lec);
    [all...]
  /external/icu4c/common/
uresimp.h 141 * @param resName top level resource. Example: "collations"
  /external/icu4c/test/intltest/
apicoll.cpp 97 All the collations have the same version in an ICU
    [all...]
restest.cpp 526 { "collations", 1}, /* not 2 - there is hidden %%CollationBin */
  /external/icu4c/i18n/unicode/
coll.h 625 * Get the set of Locales for which Collations are installed.
632 * @return the list of available locales for which collations are installed
    [all...]
  /external/icu4c/tools/genrb/
parse.c 1020 if (tag != NULL && uprv_strcmp(tag, "collations") == 0)
    [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.h.orig     [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 533 milliseconds