Searched refs:bundlename (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 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() [all …]
|
/PHP-7.1/ext/intl/ |
H A D | php_intl.c | 383 ZEND_ARG_INFO( 0, bundlename ) 398 ZEND_ARG_INFO( 0, bundlename )
|
Completed in 33 milliseconds