Home
last modified time | relevance | path

Searched refs:slocale (Results 1 – 2 of 2) sorted by relevance

/PHP-5.6/ext/intl/msgformat/
H A Dmsgformat_parse.c96 const char *slocale = NULL; in PHP_FUNCTION() local
105 &slocale, &slocale_len, &pattern, &pattern_len, &source, &src_len ) == FAILURE ) in PHP_FUNCTION()
129 slocale = intl_locale_get_default(TSRMLS_C); in PHP_FUNCTION()
141 …MSG_FORMAT_OBJECT(mfo) = umsg_open(spattern, spattern_len, slocale, NULL, &INTL_DATA_ERROR_CODE(mf… in PHP_FUNCTION()
H A Dmsgformat_format.c105 const char *slocale = NULL; in PHP_FUNCTION() local
112 &slocale, &slocale_len, &pattern, &pattern_len, &args ) == FAILURE ) in PHP_FUNCTION()
138 slocale = intl_locale_get_default(TSRMLS_C); in PHP_FUNCTION()
150 …MSG_FORMAT_OBJECT(mfo) = umsg_open(spattern, spattern_len, slocale, NULL, &INTL_DATA_ERROR_CODE(mf… in PHP_FUNCTION()

Completed in 5 milliseconds