Home | History | Annotate | Download | only in common

Lines Matching defs:ures_getByKey

1767 U_CAPI UResourceBundle* U_EXPORT2 ures_getByKey(const UResourceBundle *resB, const char* inKey, UResourceBundle *fillIn, UErrorCode *status) {
1851 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status);
1873 UResourceBundle *tempRes = ures_getByKey(resB, inKey, NULL, status);
2170 ures_getByKey(resourceBundle, resourceKey, &resData, status);
2339 ures_getByKey(idx, INDEX_TAG, &myContext->installed, status);
2434 ures_getByKey(res,resName,&bund1, &subStatus);
2491 ures_getByKey(res,resName,&bund1, &subStatus);
2496 ures_getByKey(&bund1, kwVal, &bund2, &subStatus);
2572 ures_getByKey(res,resName,&bund1, &subStatus);
2574 ures_getByKey(&bund1, kwVal, &bund2, &subStatus);
2721 ures_getByKey(bund, keyword, &item, &subStatus);