Searched refs:fBundle (Results 1 - 13 of 13) sorted by relevance

/external/icu4c/i18n/
H A Dgregoimp.cpp170 // : 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,
[all...]
H A Dgregoimp.h354 UResourceBundle *fBundle; member in class:CalendarData
H A Ddtptngen.cpp497 UResourceBundle *patBundle, *fieldBundle, *fBundle; local
592 fBundle = ures_getByKeyWithFallback(calTypeBundle, DT_DateTimeFieldsTag, NULL, &err);
595 patBundle = ures_getByKeyWithFallback(fBundle, Resource_Fields[i], NULL, &err);
607 ures_close(fBundle);
/external/icu4c/io/
H A Dufile.c86 if(u_locbund_init(&result->str.fBundle, locale) == 0) {
104 u_locbund_close(&result->str.fBundle);
176 if(u_locbund_init(&result->str.fBundle, locale) == 0) {
240 u_locbund_close(&file->str.fBundle);
259 return file->str.fBundle.fLocale;
266 u_locbund_close(&file->str.fBundle);
268 return u_locbund_init(&file->str.fBundle, locale) == 0 ? -1 : 0;
H A Dsscanf.c115 if(u_locbund_init(&inStr.str.fBundle, "en_US_POSIX") == 0) {
121 u_locbund_close(&inStr.str.fBundle);
H A Dufile.h53 ULocaleBundle fBundle; /* formatters */ member in struct:u_localized_string
H A Duprintf.h75 ULocaleBundle fBundle; /* formatters */ member in struct:u_localized_print_string
H A Dsprintf.c236 if(u_locbund_init(&outStr.fBundle, "en_US_POSIX") == 0) {
241 result = u_printf_parse(&g_sprintf_stream_handler, patternSpecification, &outStr, &outStr, &outStr.fBundle, &written, ap);
249 u_locbund_close(&outStr.fBundle);
H A Duprintf.c156 u_printf_parse(&g_stream_handler, patternSpecification, f, NULL, &f->str.fBundle, &written, ap);
H A Duscanf_p.c443 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_DECIMAL);
511 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_SCIENTIFIC);
529 input->str.fBundle.fLocale,
535 input->str.fBundle.fLocale,
614 scientificFormat = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_SCIENTIFIC);
615 genericFormat = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_DECIMAL);
696 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_DECIMAL);
768 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_PERCENT);
993 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_SPELLOUT);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 6290 milliseconds