Home
last modified time | relevance | path

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

/PHP-5.5/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_variant2.phpt32 foreach( $loc_types as $loc_type => $loc_type_name )
35 dump( ut_nfmt_get_locale( $fmt, $loc_type ) ) );
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_attr.c173 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 6 milliseconds