HomeSort by relevance Sort by last modified time
    Searched defs:winid (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/common/
wintz.c 119 static LONG openTZRegKey(HKEY *hkey, const char *winid)
132 uprv_strcat(subKeyName, winid);
150 static LONG getTZI(const char *winid, TZI *tzi)
156 result = openTZRegKey(&hkey, winid);
251 /* Note: We get the winid not from static tables but from resource bundle. */
253 const char* winid; local
259 winid = ures_getKey(winTZ);
260 result = getTZI(winid, &tziReg);
  /external/icu4c/common/
wintz.c 119 static LONG openTZRegKey(HKEY *hkey, const char *winid)
132 uprv_strcat(subKeyName, winid);
150 static LONG getTZI(const char *winid, TZI *tzi)
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);

Completed in 91 milliseconds