Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_parse.c97 size_t slocale_len = 0; in PHP_FUNCTION() local
105 &slocale, &slocale_len, &pattern, &pattern_len, &source, &src_len ) == FAILURE ) in PHP_FUNCTION()
113 INTL_CHECK_LOCALE_LEN(slocale_len); in PHP_FUNCTION()
130 if(slocale_len == 0) { in PHP_FUNCTION()
H A Dmsgformat_format.c94 size_t slocale_len = 0; in PHP_FUNCTION() local
101 &slocale, &slocale_len, &pattern, &pattern_len, &args ) == FAILURE ) in PHP_FUNCTION()
109 INTL_CHECK_LOCALE_LEN(slocale_len); in PHP_FUNCTION()
127 if(slocale_len == 0) { in PHP_FUNCTION()

Completed in 14 milliseconds