Home
last modified time | relevance | path

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

/php-src/ext/intl/tests/
H A Dformatter_get_locale_variant4.phpt33 foreach( $loc_types as $loc_type => $loc_type_name )
36 dump( ut_nfmt_get_locale( $fmt, $loc_type ) ) );
H A Dformatter_get_locale.phpt33 foreach( $loc_types as $loc_type => $loc_type_name )
36 dump( ut_nfmt_get_locale( $fmt, $loc_type ) ) );
H A Dformatter_get_locale_variant2.phpt34 foreach( $loc_types as $loc_type => $loc_type_name )
37 dump( ut_nfmt_get_locale( $fmt, $loc_type ) ) );
H A Dformatter_get_locale_variant3.phpt34 foreach( $loc_types as $loc_type => $loc_type_name )
37 dump( ut_nfmt_get_locale( $fmt, $loc_type ) ) );
/php-src/ext/intl/dateformat/
H A Ddateformat_attr.c142 zend_long loc_type =ULOC_ACTUAL_LOCALE; in PHP_FUNCTION() local
148 &object, IntlDateFormatter_ce_ptr,&loc_type) == FAILURE ) in PHP_FUNCTION()
157 loc = (char *)udat_getLocaleByType(DATE_FORMAT_OBJECT(dfo), loc_type,&INTL_DATA_ERROR_CODE(dfo)); in PHP_FUNCTION()

Completed in 7 milliseconds