Searched refs:bundlename (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 79 const char *bundlename; in resourcebundle_ctor() local 91 &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) in resourcebundle_ctor() 118 rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor() 120 rb->me = ures_openDirect(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor() 131 bundlename ? bundlename : "(default data)", locale, in resourcebundle_ctor() 290 char * bundlename; in PHP_FUNCTION() local 299 if( zend_parse_parameters(ZEND_NUM_ARGS(), "s", &bundlename, &bundlename_len ) == FAILURE ) in PHP_FUNCTION() 311 bundlename = NULL; in PHP_FUNCTION() 314 icuenum = ures_openAvailableLocales( bundlename, &icuerror ); in PHP_FUNCTION()
|
Completed in 4 milliseconds