Lines Matching refs:fOtherFillin
175 : fFillin(NULL), fOtherFillin(NULL), fBundle(NULL), fFallback(NULL) { in CalendarData()
180 fOtherFillin = ures_open(U_CALENDAR_DATA, locale, &status); in initData()
181 fFillin = ures_getByKey(fOtherFillin, U_CALENDAR_KEY, fFillin, &status); in initData()
209 ures_close(fOtherFillin); in ~CalendarData()
244 fOtherFillin = ures_getByKeyWithFallback(fFillin, U_FORMAT_KEY, fOtherFillin, &status); in getByKey2()
245 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, 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()
306 fOtherFillin = ures_getByKeyWithFallback(fFillin, contextKey, fOtherFillin, &status); in getByKey3()
307 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status); in getByKey3()
315 fOtherFillin = ures_getByKeyWithFallback(fFillin, contextKey, fOtherFillin, &status); in getByKey3()
316 fFillin = ures_getByKeyWithFallback(fOtherFillin, subKey, fFillin, &status); in getByKey3()