Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/resourcebundle/
H A Dresourcebundle_class.c79 const char *bundlename; in resourcebundle_ctor() local
91 &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) in resourcebundle_ctor()
113 rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
115 rb->me = ures_openDirect(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
126 bundlename ? bundlename : "(default data)", locale, in resourcebundle_ctor()
283 char * bundlename; in PHP_FUNCTION() local
292 if( zend_parse_parameters(ZEND_NUM_ARGS(), "s", &bundlename, &bundlename_len ) == FAILURE ) in PHP_FUNCTION()
304 bundlename = NULL; in PHP_FUNCTION()
307 icuenum = ures_openAvailableLocales( bundlename, &icuerror ); in PHP_FUNCTION()

Completed in 5 milliseconds