Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dccaltst.c2403 static const UChar tzTronto[] = /* America/Toronto */ variable
2430 …len = ucal_getWindowsTimeZoneID(tzTronto, u_strlen(tzTronto), winID, UPRV_LENGTHOF(winID), &status… in TestGetWindowsTimeZoneID()
2476 } else if (len != u_strlen(tzTronto) || u_strncmp(tzID, tzTronto, len) != 0) { in TestGetTimeZoneIDByWindowsID()