Home | History | Annotate | Download | only in common

Lines Matching refs:bund

2863         UResourceBundle   *bund = NULL;
2866 bund = ures_openDirect(path, locale, &subStatus);
2869 if(!bund || U_FAILURE(subStatus)) {
2875 ures_getByKey(bund, keyword, &item, &subStatus);
2877 if(!bund || U_FAILURE(subStatus)) {
2882 ures_close(bund);
2883 bund = NULL;
2924 ures_close(bund);