Home | History | Annotate | Download | only in i18n

Lines Matching refs:defaultColl

196         UResourceBundle *defaultColl = ures_getByKeyWithFallback(collations, "default", NULL, &intStatus);
199 const UChar *defaultKey = ures_getString(defaultColl, &defaultKeyLen, &intStatus);
206 ures_close(defaultColl);