Searched refs:bundlename (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 81 char * bundlename; in resourcebundle_ctor() local 95 &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) in resourcebundle_ctor() 106 rb->me = ures_open(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor() 108 rb->me = ures_openDirect(bundlename, locale, &INTL_DATA_ERROR_CODE(rb)); in resourcebundle_ctor() 116 …bundlename, locale, ures_getLocaleByType( rb->me, ULOC_ACTUAL_LOCALE, &INTL_DATA_ERROR_CODE(rb)) ); in resourcebundle_ctor() 128 ZEND_ARG_INFO( 0, bundlename ) 298 ZEND_ARG_INFO( 0, bundlename ) 308 char * bundlename; in ZEND_END_ARG_INFO() local 317 …if( zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &bundlename, &bundlename_len ) == FAILUR… in ZEND_END_ARG_INFO() 326 bundlename = NULL; in ZEND_END_ARG_INFO() [all …]
|
/PHP-5.3/ext/intl/ |
H A D | php_intl.c | 338 ZEND_ARG_INFO( 0, bundlename ) 353 ZEND_ARG_INFO( 0, bundlename )
|
Completed in 6 milliseconds