Searched refs:slocale (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/intl/msgformat/ |
H A D | msgformat_parse.c | 82 char *slocale = NULL; in PHP_FUNCTION() local 90 Z_PARAM_STRING(slocale, slocale_len) in PHP_FUNCTION() 113 slocale = (char *)intl_locale_get_default(); in PHP_FUNCTION() 125 …MSG_FORMAT_OBJECT(mfo) = umsg_open(spattern, spattern_len, slocale, NULL, &INTL_DATA_ERROR_CODE(mf… in PHP_FUNCTION()
|
H A D | msgformat_format.c | 79 const char *slocale = NULL; in PHP_FUNCTION() local 87 &slocale, &slocale_len, &pattern, &pattern_len, &args ) == FAILURE ) in PHP_FUNCTION() 111 slocale = intl_locale_get_default(); in PHP_FUNCTION() 123 …MSG_FORMAT_OBJECT(mfo) = umsg_open(spattern, spattern_len, slocale, &parse_error, &INTL_DATA_ERROR… in PHP_FUNCTION()
|
Completed in 7 milliseconds