Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/tests/
H A Dformatter_get_locale.phpt32 foreach( $loc_types as $loc_type => $loc_type_name )
35 dump( ut_nfmt_get_locale( $fmt, $loc_type ) ) );
H A Dformatter_get_locale_variant4.phpt32 foreach( $loc_types as $loc_type => $loc_type_name )
35 dump( ut_nfmt_get_locale( $fmt, $loc_type ) ) );
H A Dformatter_get_locale_variant2.phpt33 foreach( $loc_types as $loc_type => $loc_type_name )
36 dump( ut_nfmt_get_locale( $fmt, $loc_type ) ) );
H A Dformatter_get_locale_variant3.phpt33 foreach( $loc_types as $loc_type => $loc_type_name )
36 dump( ut_nfmt_get_locale( $fmt, $loc_type ) ) );
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_attr.c173 zend_long loc_type =ULOC_ACTUAL_LOCALE; in PHP_FUNCTION() local
179 &object, IntlDateFormatter_ce_ptr,&loc_type) == FAILURE ) in PHP_FUNCTION()
190 loc = (char *)udat_getLocaleByType(DATE_FORMAT_OBJECT(dfo), loc_type,&INTL_DATA_ERROR_CODE(dfo)); in PHP_FUNCTION()

Completed in 10 milliseconds