HomeSort by relevance Sort by last modified time
    Searched refs:fBundle (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/i18n/
gregoimp.cpp 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):"" )
    [all...]
gregoimp.h 354 UResourceBundle *fBundle;
dtptngen.cpp 507 UResourceBundle *patBundle, *fieldBundle, *fBundle;
601 fBundle = ures_getByKeyWithFallback(rb, DT_DateTimeFieldsTag, NULL, &err);
604 patBundle = ures_getByKeyWithFallback(fBundle, Resource_Fields[i], NULL, &err);
616 ures_close(fBundle);
    [all...]
  /external/icu/icu4c/source/i18n/
gregoimp.cpp 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):"" )
    [all...]
gregoimp.h 354 UResourceBundle *fBundle;
dtptngen.cpp 508 UResourceBundle *patBundle, *fieldBundle, *fBundle;
602 fBundle = ures_getByKeyWithFallback(rb, DT_DateTimeFieldsTag, NULL, &err);
605 patBundle = ures_getByKeyWithFallback(fBundle, Resource_Fields[i], NULL, &err);
617 ures_close(fBundle);
    [all...]
  /external/chromium_org/third_party/icu/source/io/
ufile.c 83 if(u_locbund_init(&result->str.fBundle, locale) == 0) {
101 u_locbund_close(&result->str.fBundle);
173 if(u_locbund_init(&result->str.fBundle, locale) == 0) {
237 u_locbund_close(&file->str.fBundle);
256 return file->str.fBundle.fLocale;
263 u_locbund_close(&file->str.fBundle);
265 return u_locbund_init(&file->str.fBundle, locale) == 0 ? -1 : 0;
311 return u_locbund_getNumberFormat(&file->str.fBundle, UNUM_DECIMAL);
sscanf.c 115 if(u_locbund_init(&inStr.str.fBundle, "en_US_POSIX") == 0) {
121 u_locbund_close(&inStr.str.fBundle);
ufile.h 53 ULocaleBundle fBundle; /* formatters */
uprintf.h 75 ULocaleBundle fBundle; /* formatters */
sprintf.c 236 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);
uscanf_p.c 443 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);
767 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_PERCENT);
992 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_SPELLOUT);
    [all...]
uprintf.c 202 u_printf_parse(&g_stream_handler, patternSpecification, f, NULL, &f->str.fBundle, &written, ap);
  /external/icu/icu4c/source/io/
ufile.c 83 if(u_locbund_init(&result->str.fBundle, locale) == 0) {
101 u_locbund_close(&result->str.fBundle);
173 if(u_locbund_init(&result->str.fBundle, locale) == 0) {
237 u_locbund_close(&file->str.fBundle);
256 return file->str.fBundle.fLocale;
263 u_locbund_close(&file->str.fBundle);
265 return u_locbund_init(&file->str.fBundle, locale) == 0 ? -1 : 0;
311 return u_locbund_getNumberFormat(&file->str.fBundle, UNUM_DECIMAL);
sscanf.c 115 if(u_locbund_init(&inStr.str.fBundle, "en_US_POSIX") == 0) {
121 u_locbund_close(&inStr.str.fBundle);
ufile.h 53 ULocaleBundle fBundle; /* formatters */
uprintf.h 75 ULocaleBundle fBundle; /* formatters */
sprintf.c 236 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);
uscanf_p.c 443 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);
767 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_PERCENT);
992 format = u_locbund_getNumberFormat(&input->str.fBundle, UNUM_SPELLOUT);
    [all...]
uprintf.c 202 u_printf_parse(&g_stream_handler, patternSpecification, f, NULL, &f->str.fBundle, &written, ap);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 537 milliseconds

1 2