Lines Matching refs:bundlename
78 const char *bundlename; in resourcebundle_ctor() local
91 &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) in resourcebundle_ctor()
112 rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
114 rb->me = ures_openDirect(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
125 bundlename ? bundlename : "(default data)", locale, in resourcebundle_ctor()
140 ZEND_ARG_INFO( 0, bundlename )
315 ZEND_ARG_INFO( 0, bundlename )
325 char * bundlename; in ZEND_END_ARG_INFO() local
334 if( zend_parse_parameters(ZEND_NUM_ARGS(), "s", &bundlename, &bundlename_len ) == FAILURE ) in ZEND_END_ARG_INFO()
348 bundlename = NULL; in ZEND_END_ARG_INFO()
351 icuenum = ures_openAvailableLocales( bundlename, &icuerror ); in ZEND_END_ARG_INFO()