Searched refs:slocale_len (Results 1 – 2 of 2) sorted by relevance
105 size_t slocale_len = 0; in PHP_FUNCTION() local111 &slocale, &slocale_len, &pattern, &pattern_len, &args ) == FAILURE ) in PHP_FUNCTION()119 INTL_CHECK_LOCALE_LEN(slocale_len); in PHP_FUNCTION()137 if(slocale_len == 0) { in PHP_FUNCTION()
97 size_t slocale_len = 0; in PHP_FUNCTION() local105 &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()
Completed in 17 milliseconds