Lines Matching full:collations
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));
952 coll = ures_getByKey(teRes, "collations", coll, &status);
972 log_err("ERROR: ures_getByKey(locale(te), collations) failed\n");
1271 coll = ures_getByKey(teRes, "collations", coll, &status);
2317 if (strcmp(ures_getKey(tb), "collations") != 0) {
2318 log_err("ures_getKey(aliasB) unexpectedly returned %s instead of \"collations\"\n", ures_getKey(tb));
2468 kwVals = ures_getKeywordValues( U_ICUDATA_COLL, "collations", &status);
2606 TestGetFunctionalEquivalentOf(U_ICUDATA_COLL, "collations", "collation", TRUE, collCases);