Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/timezone/
H A Dtimezone_methods.cpp660 UnicodeString uID, uWinID; in PHP_FUNCTION() local
668 if (intl_stringFromChar(uID, id->val, id->len, &error) == FAILURE) { in PHP_FUNCTION()
675 TimeZone::getWindowsID(uID, uWinID, error); in PHP_FUNCTION()
698 UnicodeString uWinID, uID; in PHP_FUNCTION() local
713 TimeZone::getIDForWindowsID(uWinID, region ? region->val : NULL, uID, error); in PHP_FUNCTION()
715 if (uID.length() == 0) { in PHP_FUNCTION()
722 id = intl_convert_utf16_to_utf8(uID.getBuffer(), uID.length(), &error); in PHP_FUNCTION()

Completed in 5 milliseconds