Lines Matching refs:collElem
164 tryOpeningFromRules(UResourceBundle *collElem, UErrorCode *status) { in tryOpeningFromRules() argument
166 const UChar *rules = ures_getStringByKey(collElem, "Sequence", &rulesLen, status); in tryOpeningFromRules()
190 UResourceBundle *collElem = NULL; in ucol_open_internal() local
210 collElem = ures_getByKeyWithFallback(collations, keyBuffer, collations, status); in ucol_open_internal()
225 ures_close(collElem); in ucol_open_internal()
226 collElem = ures_open(U_ICUDATA_COLL, "", status); in ucol_open_internal()
234 binary = ures_getByKey(collElem, "%%CollationBin", NULL, &intStatus); in ucol_open_internal()
238 result = tryOpeningFromRules(collElem, status); in ucol_open_internal()
254 result = tryOpeningFromRules(collElem, status); in ucol_open_internal()
275 reorderRes = ures_getByKey(collElem, "%%ReorderCodes", NULL, &intStatus); in ucol_open_internal()
300 result->rules = ures_getStringByKey(collElem, "Sequence", &result->rulesLength, &intStatus); in ucol_open_internal()
318 loc = ures_getLocaleByType(collElem, ULOC_ACTUAL_LOCALE, status); in ucol_open_internal()
334 ures_close(collElem); in ucol_open_internal()
341 ures_close(collElem); in ucol_open_internal()