Lines Matching refs:fOtherFillin
175 : fFillin(NULL), fOtherFillin(NULL), fBundle(NULL), fFallback(NULL) {
180 fOtherFillin = ures_open(U_CALENDAR_DATA, locale, &status);
181 fFillin = ures_getByKey(fOtherFillin, U_CALENDAR_KEY, fFillin, &status);
209 ures_close(fOtherFillin);
244 fOtherFillin = ures_getByKeyWithFallback(fFillin, U_FORMAT_KEY, fOtherFillin, &status);
245 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status);
253 fOtherFillin = ures_getByKeyWithFallback(fFillin, U_FORMAT_KEY, fOtherFillin, &status);
254 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status);
306 fOtherFillin = ures_getByKeyWithFallback(fFillin, contextKey, fOtherFillin, &status);
307 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status);
315 fOtherFillin = ures_getByKeyWithFallback(fFillin, contextKey, fOtherFillin, &status);
316 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status);