Home | History | Annotate | Download | only in common

Lines Matching refs:bund

2736         UResourceBundle   *bund = NULL;
2739 bund = ures_openDirect(path, locale, &subStatus);
2742 if(!bund || U_FAILURE(subStatus)) {
2748 ures_getByKey(bund, keyword, &item, &subStatus);
2750 if(!bund || U_FAILURE(subStatus)) {
2755 ures_close(bund);
2756 bund = NULL;
2794 ures_close(bund);