Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/timezone/
H A Dtimezone_methods.cpp608 UnicodeString uID, uWinID; in PHP_FUNCTION() local
616 if (intl_stringFromChar(uID, id->val, id->len, &error) == FAILURE) { in PHP_FUNCTION()
623 TimeZone::getWindowsID(uID, uWinID, error); in PHP_FUNCTION()
644 UnicodeString uWinID, uID; in PHP_FUNCTION() local
659 TimeZone::getIDForWindowsID(uWinID, region ? region->val : NULL, uID, error); in PHP_FUNCTION()
661 if (uID.length() == 0) { in PHP_FUNCTION()
668 id = intl_convert_utf16_to_utf8(uID.getBuffer(), uID.length(), &error); in PHP_FUNCTION()

Completed in 15 milliseconds