Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.c77 const char *bundlename; in resourcebundle_ctor() local
89 &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) in resourcebundle_ctor()
116 rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
118 rb->me = ures_openDirect(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor()
129 bundlename ? bundlename : "(default data)", locale, in resourcebundle_ctor()
288 char * bundlename; in PHP_FUNCTION() local
297 if( zend_parse_parameters(ZEND_NUM_ARGS(), "s", &bundlename, &bundlename_len ) == FAILURE ) in PHP_FUNCTION()
309 bundlename = NULL; in PHP_FUNCTION()
312 icuenum = ures_openAvailableLocales( bundlename, &icuerror ); in PHP_FUNCTION()

Completed in 6 milliseconds