Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/timezone/
H A Dtimezone_methods.cpp242 int region_len = 0; in PHP_FUNCTION() local
256 &zoneType, &region, &region_len, &offset_arg) == FAILURE) { in PHP_FUNCTION()
355 int32_t region_len = TimeZone::getRegion(id, outbuf, sizeof(outbuf), status); in PHP_FUNCTION() local
358 RETURN_STRINGL(outbuf, region_len, 1); in PHP_FUNCTION()

Completed in 6 milliseconds