Searched refs:resultWinID (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | ucal.cpp | 783 UnicodeString resultWinID; in ucal_getWindowsTimeZoneID() local 785 TimeZone::getWindowsID(UnicodeString(id, len), resultWinID, *status); in ucal_getWindowsTimeZoneID() 786 if (U_SUCCESS(*status) && resultWinID.length() > 0) { in ucal_getWindowsTimeZoneID() 787 resultLen = resultWinID.length(); in ucal_getWindowsTimeZoneID() 788 resultWinID.extract(winid, winidCapacity, *status); in ucal_getWindowsTimeZoneID()
|
/external/icu/icu4c/source/i18n/ |
D | ucal.cpp | 783 UnicodeString resultWinID; in ucal_getWindowsTimeZoneID() local 785 TimeZone::getWindowsID(UnicodeString(id, len), resultWinID, *status); in ucal_getWindowsTimeZoneID() 786 if (U_SUCCESS(*status) && resultWinID.length() > 0) { in ucal_getWindowsTimeZoneID() 787 resultLen = resultWinID.length(); in ucal_getWindowsTimeZoneID() 788 resultWinID.extract(winid, winidCapacity, *status); in ucal_getWindowsTimeZoneID()
|