Home
last modified time | relevance | path

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

/php-src/ext/intl/timezone/
H A Dtimezone_methods.cpp224 size_t region_len = 0; in PHP_FUNCTION() local
232 &zoneType, &region, &region_len, &offset_arg, &arg3isnull) == FAILURE) { in PHP_FUNCTION()
319 int32_t region_len = TimeZone::getRegion(id, outbuf, sizeof(outbuf), status); in PHP_FUNCTION() local
322 RETURN_STRINGL(outbuf, region_len); in PHP_FUNCTION()

Completed in 6 milliseconds