Searched refs:slocale_len (Results 1 – 2 of 2) sorted by relevance
83 size_t slocale_len = 0; in PHP_FUNCTION() local91 &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()
80 size_t slocale_len = 0; in PHP_FUNCTION() local87 &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 7 milliseconds