Home | History | Annotate | Download | only in common

Lines Matching refs:bund

2688         UResourceBundle   *bund = NULL;
2691 bund = ures_openDirect(path, locale, &subStatus);
2694 if(!bund || U_FAILURE(subStatus)) {
2700 ures_getByKey(bund, keyword, &item, &subStatus);
2702 if(!bund || U_FAILURE(subStatus)) {
2707 ures_close(bund);
2708 bund = NULL;
2746 ures_close(bund);