Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarData.java34 fBundle = b; in CalendarData()
52 return fBundle.getWithFallback("calendar/" + fMainType + "/" + key); in get()
55 return fBundle.getWithFallback("calendar/" + fFallbackType + "/" + key); in get()
74 … return fBundle.getWithFallback("calendar/" + fMainType + "/" + key + "/format/" + subKey); in get()
77 … return fBundle.getWithFallback("calendar/" + fFallbackType + "/" + key + "/format/" + subKey); in get()
96 …return fBundle.getWithFallback("calendar/" + fMainType + "/" + key + "/" + contextKey + "/" + subK… in get()
99 …return fBundle.getWithFallback("calendar/" + fFallbackType + "/" + key + "/" + contextKey + "/" + … in get()
119 …return fBundle.getWithFallback("calendar/" + fMainType + "/" + key + "/" + set + "/" + contextKey … in get()
122 …return fBundle.getWithFallback("calendar/" + fFallbackType + "/" + key + "/" + set + "/" + context… in get()
229 return fBundle.getULocale(); in getULocale()
[all …]
/external/icu/icu4c/source/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.cpp512 UResourceBundle *patBundle, *fieldBundle, *fBundle; in addCLDRData() local
606 fBundle = ures_getByKeyWithFallback(rb, DT_DateTimeFieldsTag, NULL, &err); in addCLDRData()
609 patBundle = ures_getByKeyWithFallback(fBundle, Resource_Fields[i], NULL, &err); in addCLDRData()
621 ures_close(fBundle); in addCLDRData()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarData.java32 fBundle = b; in CalendarData()
50 return fBundle.getWithFallback("calendar/" + fMainType + "/" + key); in get()
53 return fBundle.getWithFallback("calendar/" + fFallbackType + "/" + key); in get()
72 … return fBundle.getWithFallback("calendar/" + fMainType + "/" + key + "/format/" + subKey); in get()
75 … return fBundle.getWithFallback("calendar/" + fFallbackType + "/" + key + "/format/" + subKey); in get()
94 …return fBundle.getWithFallback("calendar/" + fMainType + "/" + key + "/" + contextKey + "/" + subK… in get()
97 …return fBundle.getWithFallback("calendar/" + fFallbackType + "/" + key + "/" + contextKey + "/" + … in get()
117 …return fBundle.getWithFallback("calendar/" + fMainType + "/" + key + "/" + set + "/" + contextKey … in get()
120 …return fBundle.getWithFallback("calendar/" + fFallbackType + "/" + key + "/" + set + "/" + context… in get()
227 return fBundle.getULocale(); in getULocale()
[all …]
/external/icu/icu4c/source/io/
Dufile.c99 if(u_locbund_init(&result->str.fBundle, locale) == 0) { in finit_owner()
117 u_locbund_close(&result->str.fBundle); in finit_owner()
218 if(u_locbund_init(&result->str.fBundle, locale) == 0) { in u_fstropen()
282 u_locbund_close(&file->str.fBundle); in u_fclose()
301 return file->str.fBundle.fLocale; in u_fgetlocale()
308 u_locbund_close(&file->str.fBundle); in u_fsetlocale()
310 return u_locbund_init(&file->str.fBundle, locale) == 0 ? -1 : 0; in u_fsetlocale()
356 return u_locbund_getNumberFormat(&file->str.fBundle, UNUM_DECIMAL); in u_fgetNumberFormat()
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()
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()
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()
767 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_PERCENT); in u_scanf_percent_handler()
992 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_SPELLOUT); in u_scanf_spellout_handler()
Dufile.h56 ULocaleBundle fBundle; /* formatters */ member
Duprintf.h75 ULocaleBundle fBundle; /* formatters */ member
Duprintf.cpp210 u_printf_parse(&g_stream_handler, patternSpecification, f, NULL, &f->str.fBundle, &written, ap); in u_vfprintf_u()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...