Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dccaltst.c2374 UChar winID[64]; in TestGetWindowsTimeZoneID() local
2379 …= ucal_getWindowsTimeZoneID(tzNewYork, u_strlen(tzNewYork), winID, sizeof(winID)/sizeof(winID[0]),… in TestGetWindowsTimeZoneID()
2382 } else if (len != u_strlen(winEastern) || u_strncmp(winID, winEastern, len) != 0) { in TestGetWindowsTimeZoneID()
2388 …n = ucal_getWindowsTimeZoneID(tzTronto, u_strlen(tzTronto), winID, sizeof(winID)/sizeof(winID[0]),… in TestGetWindowsTimeZoneID()
2391 } else if (len != u_strlen(winEastern) || u_strncmp(winID, winEastern, len) != 0) { in TestGetWindowsTimeZoneID()
2397 …len = ucal_getWindowsTimeZoneID(sBogus, u_strlen(sBogus), winID, sizeof(winID)/sizeof(winID[0]), &… in TestGetWindowsTimeZoneID()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java2244 String winID = TimeZone.getWindowsID(data[0]); in TestGetWindowsID() local
2245 assertEquals("Fail: ID=" + data[0], data[1], winID); in TestGetWindowsID()