Lines Matching full:winid
120 static LONG openTZRegKey(HKEY *hkey, const char *winid)
133 uprv_strcat(subKeyName, winid);
151 static LONG getTZI(const char *winid, TZI *tzi)
157 result = openTZRegKey(&hkey, winid);
174 static LONG getSTDName(const char *winid, char *regStdName, int32_t length) {
179 result = openTZRegKey(&hkey, winid);
294 /* Note: We get the winid not from static tables but from resource bundle. */
297 const char* winid;
302 winid = ures_getKey(winTZ);
303 result = getTZI(winid, &tziReg);
327 result = getSTDName(winid, regStdName, sizeof(regStdName));