Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat_parse.c83 size_t slocale_len = 0; in PHP_FUNCTION() local
91 &slocale, &slocale_len, &pattern, &pattern_len, &source, &src_len ) == FAILURE ) in PHP_FUNCTION()
96 INTL_CHECK_LOCALE_LEN(slocale_len); in PHP_FUNCTION()
113 if(slocale_len == 0) { in PHP_FUNCTION()
H A Dmsgformat_format.c80 size_t slocale_len = 0; in PHP_FUNCTION() local
87 &slocale, &slocale_len, &pattern, &pattern_len, &args ) == FAILURE ) in PHP_FUNCTION()
92 INTL_CHECK_LOCALE_LEN(slocale_len); in PHP_FUNCTION()
110 if(slocale_len == 0) { in PHP_FUNCTION()

Completed in 6 milliseconds