Searched refs:locale_type (Results 1 - 2 of 2) sorted by relevance

/PHP_5_5/ext/intl/calendar/
H A Dcalendar_methods.cpp712 long locale_type; local
716 "Ol", &object, Calendar_ce_ptr, &locale_type) == FAILURE) {
722 if (locale_type != ULOC_ACTUAL_LOCALE && locale_type != ULOC_VALID_LOCALE) {
730 Locale locale = co->ucal->getLocale((ULocDataLocaleType)locale_type,
/PHP_5_5/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp360 long locale_type; local
364 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &locale_type) == FAILURE) {
370 if (locale_type != ULOC_ACTUAL_LOCALE && locale_type != ULOC_VALID_LOCALE) {
378 Locale locale = bio->biter->getLocale((ULocDataLocaleType)locale_type,

Completed in 5 milliseconds