Home | History | Annotate | Download | only in i18n

Lines Matching refs:fBundle

170 //   : fFillin(NULL), fBundle(NULL), fFallback(NULL) {
175 : fFillin(NULL), fOtherFillin(NULL), fBundle(NULL), fFallback(NULL) {
187 fBundle = ures_getByKeyWithFallback(fFillin, type, NULL, &status);
192 this, locale, type, u_errorName(status), fBundle, type, fBundle?ures_getLocale(fBundle, &status):"",
197 fBundle = ures_getByKeyWithFallback(fFillin, U_GREGORIAN_KEY, NULL, &status);
200 this, locale, type, u_errorName(status), fBundle, U_GREGORIAN_KEY, fBundle?ures_getLocale(fBundle, &status):"" );
207 ures_close(fBundle);
218 if(fBundle) {
219 fFillin = ures_getByKeyWithFallback(fBundle, key, fFillin, &status);
239 if(fBundle) {
243 fFillin = ures_getByKeyWithFallback(fBundle, key, fFillin, &status);
301 if(fBundle) {
305 fFillin = ures_getByKeyWithFallback(fBundle, key, fFillin, &status);