Home | History | Annotate | Download | only in common

Lines Matching full:bund

2547         UResourceBundle   *bund = NULL;
2550 bund = ures_openDirect(path, locale, &subStatus);
2553 if(!bund || U_FAILURE(subStatus)) {
2559 ures_getByKey(bund, keyword, &item, &subStatus);
2561 if(!bund || U_FAILURE(subStatus)) {
2566 ures_close(bund);
2567 bund = NULL;
2605 ures_close(bund);