Lines Matching refs:ures_getByKeyWithFallback

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