Home
last modified time | relevance | path

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

/php-src/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()
338 char * bundlename; in PHP_FUNCTION() local
347 if( zend_parse_parameters(ZEND_NUM_ARGS(), "s", &bundlename, &bundlename_len ) == FAILURE ) in PHP_FUNCTION()
359 bundlename = NULL; in PHP_FUNCTION()
362 icuenum = ures_openAvailableLocales( bundlename, &icuerror ); in PHP_FUNCTION()

Completed in 5 milliseconds