Searched defs:winMapID (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/java/util/
H A DTimeZone_md.c152 static int getWinTimeZone(char *winZoneName, char *winMapID) argument
357 ret = RegQueryValueExA(hSubKey, "MapID", NULL, &valueType, winMapID, &valueSize);
517 char winMapID[MAX_MAPID_LENGTH]; local
521 winMapID[0] = 0;
522 result = getWinTimeZone(winZoneName, winMapID);
529 winZoneName, winMapID, country);

Completed in 607 milliseconds