Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dwintz.c93 static int32_t gWinType = 0; variable
129 if (gWinType <= 0) { in openTZRegKey()
130 gWinType = detectWindowsType(); in openTZRegKey()
133 uprv_strcpy(subKeyName, TZ_REGKEY[(gWinType != WIN_9X_ME_TYPE)]); in openTZRegKey()
137 if (gWinType == WIN_9X_ME_TYPE) { in openTZRegKey()