Searched refs:winid (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dwintz.c119 static LONG openTZRegKey(HKEY *hkey, const char *winid) argument
132 uprv_strcat(subKeyName, winid);
150 static LONG getTZI(const char *winid, TZI *tzi) argument
156 result = openTZRegKey(&hkey, winid);
252 /* Note: We get the winid not from static tables but from resource bundle. */
254 const char* winid; local
260 winid = ures_getKey(winTZ);
261 result = getTZI(winid, &tziReg);
/external/icu4c/common/
H A Dwintz.c120 static LONG openTZRegKey(HKEY *hkey, const char *winid) argument
133 uprv_strcat(subKeyName, winid);
151 static LONG getTZI(const char *winid, TZI *tzi) argument
157 result = openTZRegKey(&hkey, winid);
174 static LONG getSTDName(const char *winid, char *regStdName, int32_t length) { argument
179 result = openTZRegKey(&hkey, winid);
294 /* Note: We get the winid not from static tables but from resource bundle. */
297 const char* winid; local
302 winid = ures_getKey(winTZ);
303 result = getTZI(winid,
[all...]

Completed in 100 milliseconds