Home
last modified time | relevance | path

Searched refs:fBundle (Results 1 – 10 of 10) sorted by relevance

/external/icu4c/i18n/
Dgregoimp.cpp175 : 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()
[all …]
Dgregoimp.h354 UResourceBundle *fBundle; variable
Ddtptngen.cpp496 UResourceBundle *patBundle, *fieldBundle, *fBundle; in addCLDRData() local
591 fBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimeFieldsTag, NULL, &err); in addCLDRData()
594 patBundle = ures_getByKeyWithFallback(fBundle, Resource_Fields[i], NULL, &err); in addCLDRData()
606 ures_close(fBundle); in addCLDRData()
/external/icu4c/io/
Dufile.c86 if(u_locbund_init(&result->str.fBundle, locale) == 0) { in finit_owner()
104 u_locbund_close(&result->str.fBundle); in finit_owner()
176 if(u_locbund_init(&result->str.fBundle, locale) == 0) { in u_fstropen()
240 u_locbund_close(&file->str.fBundle); in u_fclose()
259 return file->str.fBundle.fLocale; in u_fgetlocale()
266 u_locbund_close(&file->str.fBundle); in u_fsetlocale()
268 return u_locbund_init(&file->str.fBundle, locale) == 0 ? -1 : 0; in u_fsetlocale()
Dsscanf.c115 if(u_locbund_init(&inStr.str.fBundle, "en_US_POSIX") == 0) { in u_vsscanf_u()
121 u_locbund_close(&inStr.str.fBundle); in u_vsscanf_u()
Dsprintf.c236 if(u_locbund_init(&outStr.fBundle, "en_US_POSIX") == 0) { in u_vsnprintf_u()
241 …(&g_sprintf_stream_handler, patternSpecification, &outStr, &outStr, &outStr.fBundle, &written, ap); in u_vsnprintf_u()
249 u_locbund_close(&outStr.fBundle); in u_vsnprintf_u()
Duscanf_p.c443 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_DECIMAL); in u_scanf_double_handler()
511 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_SCIENTIFIC); in u_scanf_scientific_handler()
529 input->str.fBundle.fLocale, in u_scanf_scientific_handler()
535 input->str.fBundle.fLocale, in u_scanf_scientific_handler()
614 scientificFormat = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_SCIENTIFIC); in u_scanf_scidbl_handler()
615 genericFormat = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_DECIMAL); in u_scanf_scidbl_handler()
696 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_DECIMAL); in u_scanf_integer_handler()
768 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_PERCENT); in u_scanf_percent_handler()
993 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_SPELLOUT); in u_scanf_spellout_handler()
Duprintf.h75 ULocaleBundle fBundle; /* formatters */ member
Dufile.h53 ULocaleBundle fBundle; /* formatters */ member
Duprintf.c156 u_printf_parse(&g_stream_handler, patternSpecification, f, NULL, &f->str.fBundle, &written, ap); in u_vfprintf_u()