Home | History | Annotate | Download | only in i18n

Lines Matching refs:collations

476     UResourceBundle *collations = ures_getByKey(b, "collations", NULL, status);
482 UResourceBundle *defaultColl = ures_getByKeyWithFallback(collations
494 collElem = ures_getByKeyWithFallback(collations, keyBuffer, collElem, status);
496 ures_close(collations);