Searched refs:bundlename (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 82 char * bundlename; in resourcebundle_ctor() local 96 &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) in resourcebundle_ctor() 111 rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor() 113 rb->me = ures_openDirect(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor() 123 bundlename ? bundlename : "(default data)", locale, in resourcebundle_ctor() 137 ZEND_ARG_INFO( 0, bundlename ) 307 ZEND_ARG_INFO( 0, bundlename ) 317 char * bundlename; in ZEND_END_ARG_INFO() local 326 …if( zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &bundlename, &bundlename_len ) == FAILUR… in ZEND_END_ARG_INFO() 335 bundlename = NULL; in ZEND_END_ARG_INFO() [all …]
|
/PHP-5.4/ext/intl/ |
H A D | php_intl.c | 351 ZEND_ARG_INFO( 0, bundlename ) 366 ZEND_ARG_INFO( 0, bundlename )
|
Completed in 6 milliseconds