Lines Matching refs:fBundle
175 : fFillin(NULL), fOtherFillin(NULL), fBundle(NULL), fFallback(NULL) { in CalendarData()
187 fBundle = ures_getByKeyWithFallback(fFillin, type, NULL, &status); in initData()
192 …this, locale, type, u_errorName(status), fBundle, type, fBundle?ures_getLocale(fBundle, &status):"… in initData()
197 fBundle = ures_getByKeyWithFallback(fFillin, U_GREGORIAN_KEY, NULL, &status); in initData()
200 …this, locale, type, u_errorName(status), fBundle, U_GREGORIAN_KEY, fBundle?ures_getLocale(fBundle,… in initData()
207 ures_close(fBundle); in ~CalendarData()
218 if(fBundle) { in getByKey()
219 fFillin = ures_getByKeyWithFallback(fBundle, key, fFillin, &status); in getByKey()
239 if(fBundle) { in getByKey2()
243 fFillin = ures_getByKeyWithFallback(fBundle, key, fFillin, &status); in getByKey2()
301 if(fBundle) { in getByKey3()
305 fFillin = ures_getByKeyWithFallback(fBundle, key, fFillin, &status); in getByKey3()