Home | History | Annotate | Download | only in common

Lines Matching refs:winid

62 static LONG openTZRegKey(HKEY *hkey, const char *winid)
70 uprv_strcat(subKeyName, winid);
80 static LONG getTZI(const char *winid, TZI *tzi)
86 result = openTZRegKey(&hkey, winid);
102 static LONG getSTDName(const char *winid, char *regStdName, int32_t length)
108 result = openTZRegKey(&hkey, winid);
292 /* Note: We get the winid not from static tables but from resource bundle. */
296 const char* winid;
302 winid = ures_getKey(winTZ);
303 result = getTZI(winid, &tziReg);
332 result = getSTDName(winid, regStdName, sizeof(regStdName));