Home
last modified time | relevance | path

Searched refs:gWinType (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dwintz.c90 static int32_t gWinType = 0; variable
126 if (gWinType <= 0) { in openTZRegKey()
127 gWinType = detectWindowsType(); in openTZRegKey()
130 uprv_strcpy(subKeyName, TZ_REGKEY[(gWinType != WIN_9X_ME_TYPE)]); in openTZRegKey()
134 if (gWinType == WIN_9X_ME_TYPE) { in openTZRegKey()
/external/chromium_org/third_party/icu/source/common/
Dwintz.c91 static int32_t gWinType = 0; variable
127 if (gWinType <= 0) { in openTZRegKey()
128 gWinType = detectWindowsType(); in openTZRegKey()
131 uprv_strcpy(subKeyName, TZ_REGKEY[(gWinType != WIN_9X_ME_TYPE)]); in openTZRegKey()
135 if (gWinType == WIN_9X_ME_TYPE) { in openTZRegKey()