Home | History | Annotate | Download | only in i18n

Lines Matching refs:ures_getByKeyWithFallback

187     fBundle = ures_getByKeyWithFallback(fFillin, type, NULL, &status);
188 fFallback = ures_getByKeyWithFallback(fFillin, U_GREGORIAN_KEY, NULL, &status);
197 fBundle = ures_getByKeyWithFallback(fFillin, U_GREGORIAN_KEY, NULL, &status);
219 fFillin = ures_getByKeyWithFallback(fBundle, key, fFillin, &status);
226 fFillin = ures_getByKeyWithFallback(fFallback, key, fFillin, &status);
243 fFillin = ures_getByKeyWithFallback(fBundle, key, fFillin, &status);
244 fOtherFillin = ures_getByKeyWithFallback(fFillin, U_FORMAT_KEY, fOtherFillin, &status);
245 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status);
252 fFillin = ures_getByKeyWithFallback(fFallback, key, fFillin, &status);
253 fOtherFillin = ures_getByKeyWithFallback(fFillin, U_FORMAT_KEY, fOtherFillin, &status);
254 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status);
305 fFillin = ures_getByKeyWithFallback(fBundle, key, fFillin, &status);
306 fOtherFillin = ures_getByKeyWithFallback(fFillin, contextKey, fOtherFillin, &status);
307 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status);
314 fFillin = ures_getByKeyWithFallback(fFallback, key, fFillin, &status);
315 fOtherFillin = ures_getByKeyWithFallback(fFillin, contextKey, fOtherFillin, &status);
316 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status);